Bicycle

data class Bicycle(val role: VehicleFunction = VehicleFunction.NonSpecial) : TransportMode

Allows navigation through bike paths and prohibits navigation on large roads.

Constructors

Link copied to clipboard
constructor(role: VehicleFunction = VehicleFunction.NonSpecial)

Properties

Link copied to clipboard