NearestAccessiblePointStrategy

annotation class NearestAccessiblePointStrategy

Represents values describing different Nearest Accessible Point (NAP) settings.

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

ChangeWaypointTargetRoads
Link copied to clipboard
val ChangeWaypointTargetRoads: Int
Endpoint road will be changed to road which can be reached by selected vehicle.
Disabled
Link copied to clipboard
val Disabled: Int
NAP will not be executed on given road.
UsePedestrianArtificialRouteParts
Link copied to clipboard
val UsePedestrianArtificialRouteParts: Int
Reachable road will be found and from that road routing will continue in pedestrian mode.