RouteAvoid

annotation class RouteAvoid

Shows values describing routing options that can be used to enforce special conditions on a calculated route. Please note, that all of them can be only used with car transport mode.

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 BoatFerry: Int
Routing will avoid links that are part of a ferry.
Link copied to clipboard
val Country: Int
Routing will avoid links that are part of an specified country
Link copied to clipboard
val Highway: Int
Routing will avoid links that are part of a highway.
Link copied to clipboard
val SpecialArea: Int
Routing will avoid links that are part of an special area.
Link copied to clipboard
val TollRoad: Int
Routing will avoid links that are part of a toll road.
Link copied to clipboard
val Unknown: Int
Unknown routing option
Link copied to clipboard
val UnpavedRoad: Int
Routing will avoid links that are part of an unpaved roads.