Static Public Member Functions | |
| static int | getCurrentSpeedLimit (int maxTime) throws GeneralException |
| Returns the speed limit of the current road. More... | |
| static RouteInstruction | getNextInstruction (int maxTime) throws GeneralException |
| Returns the next turn instruction while navigating. More... | |
|
static |
Returns the speed limit of the current road.
| maxTime | Maximum of time (in milliseconds) function can take. If maxTime=0 function execution is not time limited. |
| GeneralException | the general exception |
References Api.getInstance(), and Api.getService().
|
static |
Returns the next turn instruction while navigating.
| maxTime | Maximum of time (in milliseconds) function can take. If maxTime=0 function execution is not time limited. |
| GeneralException | the general exception |
References Api.getInstance(), Api.getService(), and RouteInstruction.readBundle().