backToRoute
abstract fun backToRoute(options: BackToRouteOptions): Result<RoutePlanningResult, RoutingError>
Content copied to clipboard
Plans a back to route using the provided BackToRouteOptions object.
Important: This is a Public Preview API. It may be changed or removed at any time.
Return
If the call succeeds, returns a RoutePlanningResult. If it fails, returns a RoutingError.
Parameters
options
Options for planning the back to route.