skipRouteStop
Skips the given RouteStop. This operation is a combination of:
Removing the given RouteStop from the Itinerary, if its sourceType value is UserDefined.
Adding the given RouteStop UUID to the list of charging stops to be avoided in ChargingOptions.avoidChargingParks, if its chargingInformation is not null.
Note: This operation removes RoutePlanningOptions.routeLegOptions.
Important: This is a Public Preview API. It may be changed or removed at any time.
Return
Copy of target RoutePlanningOptions with the provided routeStop removed from Itinerary, if applicable, and its UUID added to the list of charging stops to be avoided.
Parameters
RouteStop to skip.
Throws
if routeStop has sourceType value of UserDefined and its id corresponds to either Itinerary.origin or Itinerary.destination, but Itinerary.waypoints list is empty.