RouteType

annotation class RouteType

Route types which can be displayed on map using MapRoute.

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
toString
Link copied to clipboard
abstract fun toString(): String

Properties

Alternative
Link copied to clipboard
val Alternative: Int
Alternative to the primary calculated route.
Custom
Link copied to clipboard
val Custom: Int
Custom calculated route.
Primary
Link copied to clipboard
val Primary: Int
Primary calculated route.