MapTransportationMode
#include <bb/platform/MapTransportationMode>
To link against this class, add the following line to your .pro file: LIBS += -lbbplatform
The set of possible modes of transportation.
BlackBerry 10.0.0
Public Types Index
enum TypeUndefined = 0, Car = 1, Pedestrian = 2 |
Public Types
The set of possible modes of transportation.
BlackBerry 10.0.0
- Undefined = 0
The mode of transportation has not been set by the user.
The Maps application should use its own preferred mode, as the default.
Since:BlackBerry 10.0.0
- Car = 1
Produce routes using a car as the mode of transportation.
Since:BlackBerry 10.0.0
- Pedestrian = 2
Produce routes for a pedestrian.
Since:BlackBerry 10.0.0