AutomaticMapUpdateFailureObserver
public protocol AutomaticMapUpdateFailureObserver : Observer
Listening protocol for an automatic update fails due to an irrecoverable error.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Reports any map update error during automatic updates.
Declaration
Swift
func onAutomaticUpdateFailed(error: MapUpdateError)Parameters
errorMap error that occured.
TomTom SDK for iOS (0.53.1)
AutomaticMapUpdateFailureObserver