NavigationErrorObserver
public protocol NavigationErrorObserver : Observer
An observer that receives navigation error events.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Declaration
Swift
func routeProgressEngineFailed(with error: Error)
-
Declaration
Swift
func mapMatchingEngineFailed(with error: Error)
-
Declaration
Swift
func navigationStartFailed(with error: Error)
-
Declaration
Swift
func arrivalEngineFailed(with error: Error)
-
Declaration
Swift
func horizonEngineFailed(with error: Error)
-
Declaration
Swift
func guidanceEngineFailed(with error: Error)
-
Declaration
Swift
func routeTrackingEngineFailed(with error: Error)
-
Declaration
Swift
func routeReplanningEngineFailed(with error: Error)