selectRoute

abstract fun selectRoute(waypoints: List<ExpoFpRouteWaypoint> = emptyList())

Build the specified route.

Parameters

waypoints

Route points.


Build the specified route with start and/or destination point.

Parameters

from

Starting point.

to

Destination point.