NSDK_RoutingVehicleType
enum NSDK_RoutingVehicleType {}
@author PTV AG Karlsruhe
List of RoutingVehicles
-
Error parsing the result from the native code.
Declaration
Objective-C
NSDK_RVT_ERROR = -1
-
Slow car.
Declaration
Objective-C
NSDK_RVT_CARSLOW = 0
-
Fast car.
Declaration
Objective-C
NSDK_RVT_CARFAST = 1
-
Pedestrian - Currently unsupported.
Declaration
Objective-C
NSDK_RVT_PEDESTRIAN = 2
-
Slow truck.
Declaration
Objective-C
NSDK_RVT_TRUCKSLOW = 3
-
Fast truck.
Declaration
Objective-C
NSDK_RVT_TRUCKFAST = 4
-
Bicycle.
Declaration
Objective-C
NSDK_RVT_CYCLIST = 5
-
Motorbike.
Declaration
Objective-C
NSDK_RVT_MOTORCYCLIST = 6
-
Caravan.
Declaration
Objective-C
NSDK_RVT_CARAVAN = 7
-
User profile.
Declaration
Objective-C
NSDK_RVT_USER = 8
-
Not yet implemented.
Declaration
Objective-C
NSDK_RVT_DYNAMIC = 9