OffRoadRouteReplannerFactory
public enum OffRoadRouteReplannerFactory
Creates an instance of RouteReplanner
for replanning the route for off-road navigation.
Route replanning is not supported for off-road navigation and will throw notSupportedForOffRoadNavigation
error if replanning is enabled.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
RouteReplanner
for replanning the route for off-road navigation.Declaration
Swift
public static func create() -> RouteReplanner
Return Value
Returns an instance of
OffRoadRouteReplanner
.