Protocols

The following protocols are available globally.

AutomaticMapUpdateFailureObserver

  • 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.
    See more

    Declaration

    Swift

    public protocol AutomaticMapUpdateFailureObserver : Observer

Cancellable

  • 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.
    See more

    Declaration

    Swift

    public protocol Cancellable

CompositeRegionObserver

  • Observer for changes to the CompositeRegions.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    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.
    See more

    Declaration

    Swift

    public protocol MapUpdateObserver : Observer

RegionGraphObserver

  • Protocol for observing changes in RegionGraph.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public protocol RegionGraphObserver : Observer