Route Instruction
RouteInstruction object
Properties
Coordinates for this route instruction.
ISO 3166-1 alpha-3 country code for the navigation instruction. Empty string means no country. See: http://en.wikipedia.org/wiki/ISO_3166-1 for the list of codes.
Textual description for the follow road information.
Image for the realistic next turn. The API client is should check if the image is valid.
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.
Road info image
Extended signpost details.
Textual description for the signpost information.
Distance to the next turn in meters, time in seconds.
Traveled distance in meters and the traveled time in seconds.
Full details for the turn. This may be used instead of GetTurnIcon in order to customize display in UI.
Textual description for the turn.
Functions
Checks if follow road information is available.
Checks if signpost information is available.
Checks if turn information is available.
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Returns true is the route instruction is a toll road
Casts this Route instruction to a Public transport instruction.