Pedestrian

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

Allows navigation on footpaths and prohibits navigation along roads not meant for pedestrians.

Constructors

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

Properties

Link copied to clipboard