Pedestrian
public struct Pedestrian : Vehicle, InternalConformanceLockedA pedestrian.
Note
This option is not yet supported with the Orbis map.- 
                  
                  Creates pedestrian. DeclarationSwift public init(maxSpeed: Measurement<UnitSpeed>? = defaultMaxSpeed)ParametersmaxSpeedSpecifies the max speed of the pedestrian. Pedestrian always moves at this set maximum speed. 
- 
                  
                  Specifies pedestrian default max speed. DeclarationSwift public static let defaultMaxSpeed: Measurement<UnitSpeed>
- 
                  
                  Specifies the max speed of the vehicle. DeclarationSwift public let maxSpeed: Measurement<UnitSpeed>?
- 
                  
                  Specifies the vehicle type. DeclarationSwift public let type: VehicleType
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         Pedestrian
          Pedestrian