Contents

add(_:)

Adds one or more maneuvers, in chronological order, to the navigation session.

Declaration

func add(_ maneuvers: [CPManeuver])

Discussion

Use this method to set all maneuvers in upcomingManeuvers. The app needs to provide as many maneuvers as possible, as soon as they are available.

See Also

Managing Upcoming Maneuvers