Navmii Turn-by-Turn SDK
Write yourself a navigation system in Android
Public Member Functions | List of all members
navmiisdk.NavmiiControl.NavigationInfo Interface Reference

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...
 

Detailed Description

Hud data.

Member Function Documentation

RoadInfo navmiisdk.NavmiiControl.NavigationInfo.getCurrentRoadInfo ( )

Returns the information about the current road.

Returns
The information about the current road.
RoadInfo navmiisdk.NavmiiControl.NavigationInfo.getNextRoadInfo ( )

Returns the information about the next road.

Returns
The information about the next road.
int navmiisdk.NavmiiControl.NavigationInfo.getSpeedInKmH ( )

Returns the speed.

Returns
The speed in km/h.
DirectionType navmiisdk.NavmiiControl.NavigationInfo.getDirectionType ( )

Returns the type of the current direction.

Returns
The type of the current direction.
int navmiisdk.NavmiiControl.NavigationInfo.getDistanceToDirectionInMeters ( )

Returns the distance to the current direction.

Returns
The distance in meters.
int navmiisdk.NavmiiControl.NavigationInfo.getDistanceToDestinationInMeters ( )

Returns the distance to the destination.

Returns
The distance to the destination in meters.
int navmiisdk.NavmiiControl.NavigationInfo.getTimeToDestinationInSeconds ( )

Returns the time to the destination.

Returns
The time to the destination in seconds.
int navmiisdk.NavmiiControl.NavigationInfo.getPassedDistanceInMeters ( )

Returns passed distance in meters.

Returns
Passed distance in meters.
String navmiisdk.NavmiiControl.NavigationInfo.getMotorwayExitNumber ( )

Returns the motorway exit number.

Returns
The motorway exit number.
int navmiisdk.NavmiiControl.NavigationInfo.getSpeedLimitInKmH ( )

Returns the speed limit.

Returns
The speed limit in km/h.
int navmiisdk.NavmiiControl.NavigationInfo.getRoundAboutAngleInDegrees ( )

Returns roundabout angle.

Returns
Roundabout angle in degrees.
int navmiisdk.NavmiiControl.NavigationInfo.getRoundAboutExitNumber ( )

Returns roundabout exit number.

Returns
Roundabout exit number.
String navmiisdk.NavmiiControl.NavigationInfo.getCountryCode ( )

Returns ISO3 code of the current country.

Returns
ISO3 code of the current country.
boolean navmiisdk.NavmiiControl.NavigationInfo.isTrafficInfoDownloadFinished ( )

Returns true if traffic info download has been finished.

Returns
True if traffic info has been downloaded or if download failed, false otherwise.

The documentation for this interface was generated from the following file: