Protocols
The following protocols are available globally.
-
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.Declaration
Swift
public protocol AutomaticMapUpdateFailureObserver : Observer
-
Represents a cancellable operation. Cancellation may be immediate or simply requested to happen sometime in the future.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol Cancellable
-
Observer for changes to the
CompositeRegion
s.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol CompositeRegionObserver : Observer
-
Protocol for observing map updates.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol MapUpdateObserver : Observer
-
Protocol for observing changes in
RegionGraph
.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public protocol RegionGraphObserver : Observer