calculate Route
Calculates a route between the specified waypoints.
Parameters
The list of waypoints for the route.
Route Transport Mode. If not null then will overwrite the existing one.
If true then current position will be added at start of waypoints list.
On started trigger. If not null then will overwrite the existing one.
On completed trigger. If not null then will overwrite the existing one.
Calculates a route form current position to specified destination.
Parameters
The destination for the route.
Route Transport Mode. If not null then will overwrite the existing one.
On started trigger. If not null then will overwrite the existing one.
On completed trigger. If not null then will overwrite the existing one.
Calculates a route between the specified waypoints.
Parameters
Desired gpx track.
Landmarks that will be used for routing before gpx track starts.
Landmarks that will be used for routing after gpx track ends.
Route Transport Mode. If not null then will overwrite the existing one.
If true then current position will be added at start of waypoints list.
On started trigger. If not null then will overwrite the existing one.
On completed trigger. If not null then will overwrite the existing one.