RefreshRouteParameters.withRouteHandleAndWaypoint constructor

RefreshRouteParameters.withRouteHandleAndWaypoint(
  1. RouteHandle routeHandle,
  2. Waypoint startingPoint
)

Create a new instance of RefreshRouteParameters with the new starting point on the route.

  • routeHandle The route handle holding the route to be refreshed.

  • startingPoint Identify the new starting point of the route.

Implementation

factory RefreshRouteParameters.withRouteHandleAndWaypoint(RouteHandle routeHandle, Waypoint startingPoint) => $prototype.withRouteHandleAndWaypoint(routeHandle, startingPoint);