NavigationPlanRemoveDelegate
public protocol NavigationPlanRemoveDelegate : AnyObject
Important
This is a Public Preview API. It may be changed or removed at any time.-
Notifies the delegate that
Routeremoval process from aNavigationPlanhas been finished successfully, provides removedRouteUUID.Declaration
Swift
func routeRemoved(with id: UUID) -
Notifies the delegate that route removal process has been failed, provides error info.
Declaration
Swift
func routeRemovalFailed(with error: NavigationPlanRemoveError)
NavigationPlanRemoveDelegate Protocol Reference