RoutingType

annotation class RoutingType

Represents values describing different routing types.

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

Economic
Link copied to clipboard
val Economic: Int
Search for economic route, some travel time may be sacrificed in order to reduce the distance traveled.
Fastest
Link copied to clipboard
val Fastest: Int
Search for the fastest route, taking road conditions and restrictions into account (minimizes travel time).
Shortest
Link copied to clipboard
val Shortest: Int
Search for the shortest route, taking road conditions and restrictions into account (minimizes travel distance).