calculateRouteFromWaypoints

abstract fun calculateRouteFromWaypoints(locations: List<LatLng>): RoutePlan?

Calculates the route between several points (waypoints)

Return

the route plan between the points

Parameters

locations

the points to calculate the route between