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. Note: This option is not supported when chargingOptions are set in com.tomtom.sdk.routing.options.RoutePlanningOptions..

Constructors

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

Properties

Link copied to clipboard
open override val maxSpeed: Speed

The speed of the pedestrian.

Inherited properties

Link copied to clipboard