VehicleAidInfo

data class VehicleAidInfo : Parcelable

Class containing information about future restrictions on or in vicinity of route

Types

TurnClassification
Link copied to clipboard
enum TurnClassification : Enum<VehicleAidInfo.TurnClassification>
VehicleAidImportance
Link copied to clipboard

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

distanceToManeuver
Link copied to clipboard
val distanceToManeuver: Int
distanceToProhibitedElement
Link copied to clipboard
val distanceToProhibitedElement: Int
importance
Link copied to clipboard
val importance: VehicleAidInfo.VehicleAidImportance
junctionIndex
Link copied to clipboard
val junctionIndex: Int
maneuverPosition
Link copied to clipboard
val maneuverPosition: GeoCoordinates
restrictedRoad
Link copied to clipboard
val restrictedRoad: Boolean
restriction
Link copied to clipboard
val restriction: RestrictionInfo
restrictionPosition
Link copied to clipboard
val restrictionPosition: GeoCoordinates
turnClassification
Link copied to clipboard