Bicycle

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class Bicycle(val maxSpeed: Speed = BICYCLE_SPEED_KMH.kilometersPerHour) : Vehicle

A vehicle of type bicycle.

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

Constructors

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

Properties

Link copied to clipboard
open override val maxSpeed: Speed

The speed of the bicycle.

Inherited properties

Link copied to clipboard