Bicycle

data class Bicycle(val maxSpeed: Speed = Speed.kilometersPerHour(BICYCLE_SPEED_KMH)) : Vehicle

A vehicle of type bicycle.

Note: This option is not yet supported with the Orbis map.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

maxSpeed

The maximum speed of the bike.

Constructors

Link copied to clipboard
constructor(maxSpeed: Speed = Speed.kilometersPerHour(BICYCLE_SPEED_KMH))

Properties

Link copied to clipboard
open override val maxSpeed: Speed

Inherited properties

Link copied to clipboard