Contents

waypoints

The intermediate waypoints for the journey.

Declaration

var waypoints: [CLPlacemark]? { get set }

Discussion

Specifying waypoints is optional. You might include waypoints when a single ride involves multiple stops—for example, to pick up or drop off additional members of the user’s party. Do not include the pickup and drop off locations among the waypoints.

The default value of this property is nil.

See Also

Accessing the Route Information