RouteType

annotation class RouteType

Route types which can be displayed on map using MapRoute.

Functions

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

Properties

Link copied to clipboard
val Alternative: Int = 1
Alternative to the primary calculated route.
Link copied to clipboard
val Custom: Int = 2
Custom calculated route.
Link copied to clipboard
val Primary: Int = 0
Primary calculated route.