MapUpdateObserver

public protocol MapUpdateObserver : Observer

Protocol for observing map updates.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Reports when map content has been updated.

    Declaration

    Swift

    func onMapUpdated()