You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Currently the OfflineRegion class has a setObserver method that allows devs to determine the status of an offline region, primarily for while it is being downloaded.
However there is no way to remove the observer from the OfflineRegion object instance. Passing in null looks like it will cause a crash based on the source. A way to remove the observer would be nice.
Platform: Android
Mapbox SDK version: 4.1
Currently the
OfflineRegionclass has asetObservermethod that allows devs to determine the status of an offline region, primarily for while it is being downloaded.However there is no way to remove the observer from the
OfflineRegionobject instance. Passing innulllooks like it will cause a crash based on the source. A way to remove the observer would be nice.