NunavSdk
The main class to interact with the Nunav Navigation SDK. This class is used for configuring the SDK and starting navigation sessions.
Properties
Indicates if the initialize method got called successfully.
Functions
Add a listener notified when an intermediate (non-final) stop of a multi-stop navigation is reached. Reaching the final destination triggers OnNavigationFinishedListener instead.
Initialize the SDK. Needs to be called once before starting the first navigation, but not again for the next navigation.
Replace the whole set of destinations of the currently running navigation. Keeps the given order and routes to one stop at a time. If the first entry matches the current stop, the active leg is not interrupted.
Start a basic navigation without any additional meta data.
Start a multi-stop navigation. The navigation visits the destinations in the given order, routing to one stop at a time. The routingConfiguration applies to the whole trip; per-stop routing options can be set on each DestinationConfiguration.
Start a navigation with additional metadata.