Warning
This feature is available in the Full MapKit SDK version
MMKDrivingVehicleType
enum MMKDrivingVehicleType : UInt, @unchecked Sendable |
The type of the vehicle that is used for the route.
Summary
Enum cases
case `default` = 0 |
case taxi = 1 |
case truck = 2 |
case moto = 3 |
Enum cases
default
case `default` = 0 |
Standard vehicle type.
taxi
case taxi = 1 |
Allowed only for Mappable apps
truck
case truck = 2 |
Undocumented
moto
case moto = 3 |
Undocumented