Pedestrian
data class Pedestrian(val maxSpeed: Speed = Speed.kilometersPerHour(PEDESTRIAN_SPEED_KMH)) : Vehicle
A pedestrian.
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 pedestrian.