Navigation Instruction
NavigationInstruction object
Properties
ISO 3166-1 alpha-3 country code for the current navigation instruction. Empty string means no country. See: http://en.wikipedia.org/wiki/ISO_3166-1 for the list of codes.
Current position.
Current road information
Current street name
Maximum speed limit on the current street in meters per second
Drive side flag of the current traveled road.
Index of the current route instruction on the current route segment.
Navigation/simulation status. See ENavigationStatus.
ISO 3166-1 alpha-3 country code for the next navigation instruction. Empty string means no country. See: http://en.wikipedia.org/wiki/ISO_3166-1 for the list of codes.
Details for the next-next turn. This may be used instead of nextNextTurnImage in order to customize turn display in UI.
Next next turn Image. API user has to check if the image is valid or not by using the Image.isValid method.
Next road information
Next street name
Details for the next turn. This may be used instead of nextTurnImage in order to customize turn display in UI.
Image of the next turn. API user has to check if the image is valid or not by using the Image.isValid method.
Textual description for the next turn.
Remaining travel distance in meters and remaining traveling time in seconds.
Remaining traveling time in seconds to the next way point and the remaining travel distance in meters to the next way point.
Index of the current route segment.
Extended signpost details.
Textual description for the signpost information.
Distance to the next next turn in meters and time in seconds.
Distance to the next turn in meters, time in seconds.
Traveled distance in meters and the traveled time in seconds.
Functions
Export navigation instruction
Get an image representation of given road info collection
Checks if next next turn information is available.
Checks if next turn information is available.
Checks if signpost information is available.
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object