startNavigation
Start a basic navigation without any additional meta data.
Parameters
A context used for resource resolving and localization.
The latitude the routing ends at.
The longitude the routing ends at.
Start a navigation with additional metadata.
Parameters
A context used for resource resolving and localization.
A DestinationConfiguration with detailed information about the place the navigation should end at.
A RoutingConfiguration with detailed information about routing configurations.
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.
Return
null on success, or a SetDestinationsError describing why the navigation could not be started.
Parameters
A context used for resource resolving and localization.
The ordered list of stops to navigate to. Must not be empty.
A RoutingConfiguration with trip-wide routing configuration.