TruckAidInfo

data class TruckAidInfo : Parcelable

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

Types

Link copied to clipboard
enum RestrictionType : Enum<TruckAidInfo.RestrictionType> , Parcelable
Link copied to clipboard
Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
val distanceToManeuver: Int
Link copied to clipboard
val distanceToProhibitedElement: Int
Link copied to clipboard
val importance: TruckAidInfo.TruckAidImportance
Link copied to clipboard
val iso: String
Link copied to clipboard
val junctionIndex: Int
Link copied to clipboard
val maneuverPosition: GeoCoordinates
Link copied to clipboard
val restrictedRoad: Boolean
Link copied to clipboard
val restrictionPosition: GeoCoordinates
Link copied to clipboard
val restrictionType: TruckAidInfo.RestrictionType
Link copied to clipboard
val restrictionValue: Int
Link copied to clipboard
val turnClassification: TruckAidInfo.TurnClassification