Condition Speed
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
fun ConditionSpeed(condition: SpeedLimitInfo.ConditionSpeed.Condition, speed: Float, countrySpeedUnits: SpeedLimitInfo.SpeedUnits)