Bicycle

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

A vehicle of type bicycle.

Note: This option is not supported with the Orbis map. Note: This option is not supported when chargingOptions are set in com.tomtom.sdk.routing.options.RoutePlanningOptions..

Constructors

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

Properties

Link copied to clipboard
open override val maxSpeed: Speed

The speed of the bicycle.

Inherited properties

Link copied to clipboard