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