Max Speed
@Serializable
Object representing max speeds along a route.
Since
3.0.0
Constructors
Link copied to clipboard
constructor(speed: Int? = null, unit: SpeedLimit.Unit? = null, unknown: Boolean? = null, none: Boolean? = null)