NavigationInstruction

NavigationInstruction object

Constructors

Link copied to clipboard
constructor()
constructor(address: Long)
constructor(address: Long, isRef: Boolean)

Properties

Link copied to clipboard

Address of native referenced object. nullptr if not referencing any native allocated object. Note native allocation will happen only once.

Link copied to clipboard

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.

Link copied to clipboard

Current position.

Link copied to clipboard

Current road information

Link copied to clipboard

Current street name

Link copied to clipboard

Maximum speed limit on the current street in meters per second

Link copied to clipboard

Drive side flag of the current traveled road.

Link copied to clipboard

Index of the current route instruction on the current route segment.

Link copied to clipboard

Image representation of current lane configuration.

Link copied to clipboard

Navigation/simulation status. See ENavigationStatus.

Link copied to clipboard

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.

Link copied to clipboard

Details for the next-next turn. This may be used instead of nextNextTurnImage in order to customize turn display in UI.

Link copied to clipboard

Next next turn Image. API user has to check if the image is valid or not by using the Image.isValid method.

Link copied to clipboard

Next road information

Link copied to clipboard

Next street name

Link copied to clipboard

Details for the next turn. This may be used instead of nextTurnImage in order to customize turn display in UI.

Link copied to clipboard

Image of the next turn. API user has to check if the image is valid or not by using the Image.isValid method.

Link copied to clipboard

Textual description for the next turn.

Link copied to clipboard

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.

Link copied to clipboard

Index of the current route segment.

Link copied to clipboard

Extended signpost details.

Link copied to clipboard

Textual description for the signpost information.

Link copied to clipboard

Distance to the next next turn in meters and time in seconds.

Link copied to clipboard

Distance to the next turn in meters, time in seconds.

Link copied to clipboard

Traveled distance in meters and the traveled time in seconds.

Functions

Link copied to clipboard

Export navigation instruction

Link copied to clipboard
fun finalize()

Overrides finalize that garbage collector will call when needed.

Link copied to clipboard

Get an image representation of given road info collection

Link copied to clipboard

Checks if next next turn information is available.

Link copied to clipboard
external fun hasNextTurnInfo(): Boolean

Checks if next turn information is available.

Link copied to clipboard
external fun hasSignpostInfo(): Boolean

Checks if signpost information is available.

Link copied to clipboard

True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object

Link copied to clipboard
operator fun not(): Boolean

Checks if this object is valid.

Link copied to clipboard
fun release()

Releases the native referenced value of this object if: