![]() |
Navmii Turn-by-Turn SDK
Write yourself a navigation system in Android
|
Hud data. More...
Public Member Functions | |
RoadInfo | getCurrentRoadInfo () |
Returns the information about the current road. More... | |
RoadInfo | getNextRoadInfo () |
Returns the information about the next road. More... | |
int | getSpeedInKmH () |
Returns the speed. More... | |
DirectionType | getDirectionType () |
Returns the type of the current direction. More... | |
int | getDistanceToDirectionInMeters () |
Returns the distance to the current direction. More... | |
int | getDistanceToDestinationInMeters () |
Returns the distance to the destination. More... | |
int | getTimeToDestinationInSeconds () |
Returns the time to the destination. More... | |
int | getPassedDistanceInMeters () |
Returns passed distance in meters. More... | |
String | getMotorwayExitNumber () |
Returns the motorway exit number. More... | |
int | getSpeedLimitInKmH () |
Returns the speed limit. More... | |
int | getRoundAboutAngleInDegrees () |
Returns roundabout angle. More... | |
int | getRoundAboutExitNumber () |
Returns roundabout exit number. More... | |
String | getCountryCode () |
Returns ISO3 code of the current country. More... | |
boolean | isTrafficInfoDownloadFinished () |
Returns true if traffic info download has been finished. More... | |
Hud data.
RoadInfo navmiisdk.NavmiiControl.NavigationInfo.getCurrentRoadInfo | ( | ) |
Returns the information about the current road.
RoadInfo navmiisdk.NavmiiControl.NavigationInfo.getNextRoadInfo | ( | ) |
Returns the information about the next road.
int navmiisdk.NavmiiControl.NavigationInfo.getSpeedInKmH | ( | ) |
Returns the speed.
DirectionType navmiisdk.NavmiiControl.NavigationInfo.getDirectionType | ( | ) |
Returns the type of the current direction.
int navmiisdk.NavmiiControl.NavigationInfo.getDistanceToDirectionInMeters | ( | ) |
Returns the distance to the current direction.
int navmiisdk.NavmiiControl.NavigationInfo.getDistanceToDestinationInMeters | ( | ) |
Returns the distance to the destination.
int navmiisdk.NavmiiControl.NavigationInfo.getTimeToDestinationInSeconds | ( | ) |
Returns the time to the destination.
int navmiisdk.NavmiiControl.NavigationInfo.getPassedDistanceInMeters | ( | ) |
Returns passed distance in meters.
String navmiisdk.NavmiiControl.NavigationInfo.getMotorwayExitNumber | ( | ) |
Returns the motorway exit number.
int navmiisdk.NavmiiControl.NavigationInfo.getSpeedLimitInKmH | ( | ) |
Returns the speed limit.
int navmiisdk.NavmiiControl.NavigationInfo.getRoundAboutAngleInDegrees | ( | ) |
Returns roundabout angle.
int navmiisdk.NavmiiControl.NavigationInfo.getRoundAboutExitNumber | ( | ) |
Returns roundabout exit number.
String navmiisdk.NavmiiControl.NavigationInfo.getCountryCode | ( | ) |
Returns ISO3 code of the current country.
boolean navmiisdk.NavmiiControl.NavigationInfo.isTrafficInfoDownloadFinished | ( | ) |
Returns true if traffic info download has been finished.