get Optimized Routes
abstract suspend fun getOptimizedRoutes(waypoints: List<ExpoFpRouteWaypoint>): ExpoFpResult<List<ExpoFpRouteInfo>>
Optimize the constructed route (suspend version).
abstract fun getOptimizedRoutes(waypoints: List<ExpoFpRouteWaypoint>, completion: (ExpoFpResult<List<ExpoFpRouteInfo>>) -> Unit)
Optimize the constructed route (callback version).