Tile Store Observer
interface TileStoreObserver
Observer for getting notified about changes to TileRegions.
Functions
Link copied to clipboard
Called when the geometry of a TileRegion was modified.
Link copied to clipboard
abstract fun onRegionLoadFinished(@NonNull id: String, @NonNull region: Expected<TileRegionError, TileRegion>)
Called once a TileRegion load completes successfully, or is aborted due to cancellation or errors.
Link copied to clipboard
Called whenever the load progress of a TileRegion changes.
Link copied to clipboard
Called when the user-provided metadata associated with a TileRegion was changed.
Link copied to clipboard
Called when a TileRegion was removed.