MapNavigationMode
#include <bb/platform/MapNavigationMode>
To link against this class, add the following line to your .pro file: LIBS += -lbbplatform
The set of possible navigation modes.
Since:
BlackBerry 10.0.0
Public Types Index
enum TypeUndefined = 0, FastestRoute = 1, ShortestRoute = 2 |
Public Types
The set of possible navigation modes.
Since:
BlackBerry 10.0.0
- Undefined = 0
The navigation mode has not been set.
The receiving Maps application should use its own preferred mode, by default.
Since:BlackBerry 10.0.0
- FastestRoute = 1
Generate the fastest route.
Since:BlackBerry 10.0.0
- ShortestRoute = 2
Generate the shortest route.
Since:BlackBerry 10.0.0