Vehicle
public class Vehicle
Specifies the vehicle (or lack of one).
Important
This is a Public Preview API. It may be changed or removed at any time.-
Declaration
Swift
public init ( travelMode: TravelMode, maxSpeed: Measurement<UnitSpeed>? )Parameters
travelModeSpecifies the mode of travel for the specified route.
maxSpeedSpecifies the max speed of the vehicle.
-
Specifies the mode of travel for the specified route.
Declaration
Swift
public let travelMode: TravelMode -
Specifies the max speed of the vehicle.
Declaration
Swift
public let maxSpeed: Measurement<UnitSpeed>?
Vehicle Class Reference