NavigationErrorEvent
public enum NavigationErrorEvent
Represents various error events that can occur during navigation.
-
Represents an error event related to the
TomTomSDKNavigationEngines/ArrivalDetectionEngine.Declaration
Swift
case arrivalEngineFailWithError(ArrivalDetectionEngine, Error)Parameters
engineThe
TomTomSDKNavigationEngines/ArrivalDetectionEngineinstance that encountered the error.errorThe specific error that occurred.
-
Represents an error event related to the
TomTomSDKNavigationEngines/HorizonEngine.Declaration
Swift
case horizonEngineDidFailWithError(HorizonEngine, Error)Parameters
engineThe
TomTomSDKNavigationEngines/HorizonEngineinstance that encountered the error.errorThe specific error that occurred.
-
Represents an error event related to the
TomTomSDKNavigationEngines/GuidanceEngine.Declaration
Swift
case guidanceEngineFailWithError(GuidanceEngine, Error)Parameters
engineThe GuidanceEngine instance that encountered the error.
errorThe specific error that occurred.
-
Represents an error event related to the
TomTomSDKNavigationEngines/MapMatchingEngine.Declaration
Swift
case mapMatchingEngineFailWithError(MapMatchingEngine, Error)Parameters
engineThe MapMatchingEngine instance that encountered the error.
errorThe specific error that occurred.
-
Represents an error event related to the
TomTomSDKNavigationEngines/RouteTrackingEngine.Declaration
Swift
case routeTrackingEngineFailWithError(RouteTrackingEngine, Error)Parameters
engineThe RouteTrackingEngine instance that encountered the error.
errorThe specific error that occurred.
-
Represents an error event related to the
TomTomSDKNavigationEngines/RouteReplanningEngine.Declaration
Swift
case routeReplanningEngineFailWithError(RouteReplanningEngine, Error)Parameters
engineThe RouteReplanningEngine instance that encountered the error.
errorThe specific error that occurred.
-
Represents an error event related to the
TomTomSDKNavigationEngines/RouteProgressEngine.Declaration
Swift
case routeProgressEngineFailWithError(RouteProgressEngine, Error)Parameters
engineThe RouteProgressEngine instance that encountered the error.
errorThe specific error that occurred.
-
Represents a generic error event that occurred during the start of the navigation.
Declaration
Swift
case didStartFailWithError(Error)Parameters
errorThe specific error that occurred.
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
NavigationErrorEvent