TruckAidInfo

data class TruckAidInfo : Parcelable

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

Types

RestrictionType
Link copied to clipboard
enum RestrictionType : Enum<TruckAidInfo.RestrictionType> , Parcelable
TruckAidImportance
Link copied to clipboard
TurnClassification
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: TruckAidInfo.TruckAidImportance
iso
Link copied to clipboard
val iso: String
junctionIndex
Link copied to clipboard
val junctionIndex: Int
maneuverPosition
Link copied to clipboard
val maneuverPosition: GeoCoordinates
restrictedRoad
Link copied to clipboard
val restrictedRoad: Boolean
restrictionPosition
Link copied to clipboard
val restrictionPosition: GeoCoordinates
restrictionType
Link copied to clipboard
val restrictionType: TruckAidInfo.RestrictionType
restrictionValue
Link copied to clipboard
val restrictionValue: Int
turnClassification
Link copied to clipboard
val turnClassification: TruckAidInfo.TurnClassification