update
abstract fun update(options: RouteUpdateOptions): Result<RoutePlanningResult, RoutingError>
Content copied to clipboard
Updates a route using the provided RouteUpdateOptions 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 updating the route.