RouteOptions
extension RouteOptions
-
Returns a copy of the route options without the specified waypoint.
If the route options is unable to copy itself by round-tripping through JSON, this method mutates the receiver’s
waypointsas a last resort.Declaration
Swift
public func without(_ waypoint: Waypoint) -> RouteOptionsParameters
waypointthe Waypoint to exclude.
Return Value
a copy of self excluding the specified waypoint.
Install in Dash
RouteOptions Extension Reference