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

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

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