calculate Route From Waypoints
abstract fun calculateRouteFromWaypoints(locations: List<LatLng>): RoutePlan?
Content copied to clipboard
Calculates the route between several points (waypoints)
Return
the route plan between the points
Parameters
locations
the points to calculate the route between