addObserver

Adds a new observer to the TileStore instance. Note that observers will be notified of changes until they're explicitly removed again.

Parameters

observer

The observer to be added.

open fun addObserver(observer: TileStoreObserver)