BackToRouteOptions
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Deprecated
This will be removed from future releases after 2025-12-16.
Options for a back-to-route request, which are passed to one of the various route planners.
Parameters
routePlanningOptions
The route planning options from the initial planning. Note: For RoutePlanningOptions.mode, the only supported mode currently is RouteInformationMode.Complete.
originalRoute
The original route that the user deviated from.
deviationPoint
The point where the user deviated from the original route.
currentLocation
The current location of the user.
Constructors
Link copied to clipboard
constructor(routePlanningOptions: RoutePlanningOptions, originalRoute: Route, deviationPoint: BackToRouteOptions.PointOnRoute, currentLocation: GeoLocation)
Types
Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Represents a point on a route.