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
error
|
Map error that occured. |