RefreshRouteParameters.withRouteHandleAndWaypoint constructor
- RouteHandle routeHandle,
- Waypoint startingPoint
Create a new instance of RefreshRouteParameters with the new starting point on the route.
-
routeHandleThe route handle holding the route to be refreshed. -
startingPointIdentify the new starting point of the route.
Implementation
factory RefreshRouteParameters.withRouteHandleAndWaypoint(RouteHandle routeHandle, Waypoint startingPoint) => $prototype.withRouteHandleAndWaypoint(routeHandle, startingPoint);