ConditionSpeed

data class ConditionSpeed(val condition: SpeedLimitInfo.ConditionSpeed.Condition, val speed: Float, val countrySpeedUnits: SpeedLimitInfo.SpeedUnits) : Parcelable

Class containing special conditions

Constructors

Link copied to clipboard
constructor(condition: SpeedLimitInfo.ConditionSpeed.Condition, speed: Float, countrySpeedUnits: SpeedLimitInfo.SpeedUnits)

Types

Properties

Link copied to clipboard

speed limit units for given country SpeedUnits

Link copied to clipboard

speed limit for given condition in kph

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun getSpeed(requiredSpeedUnits: SpeedLimitInfo.SpeedUnits): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)