NavigationOptionsAddDelegate
public protocol NavigationOptionsAddDelegate : AnyObject
Important
This is a Public Preview API. It may be changed or removed at any time.-
Notifies the delegate that
RoutePlanadd process for aNavigationOptionshas been finished successfully, provides addedRoutePlan.Declaration
Swift
func routePlanAdded(routePlan: RoutePlan) -
Notifies the delegate that route plan adding process has been failed, provides error info.
Declaration
Swift
func routePlanAddFailed(with error: Navigation.OptionsError)
NavigationOptionsAddDelegate Protocol Reference