This repository was archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Remove deprecated notifyMapChange #8389
Labels
Android
Mapbox Maps SDK for Android
Comments
Worth noticing that once the |
A follow up PR in #8418 from @brunoabinader now also provides some additional error logging when a Map fails to load. While fixing up this issue we look into exposing that API for end developers as current implementation isn't very visible/discoverable for them. |
FWIW #8443 replaces |
Closed
I'm removing the semver-major as we could internally integrate this and keep exposing our public API around MapChange events. The internal integration will help improving gesture performance as noted in #9476. |
10 tasks
This has been handled in #13050 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PR in #8377 introduced a MapObserver in core with dedicated callback methods for each type of map change event. Our current implementation of notifyMapChange was deprecated and we should migrate to this new system.
The text was updated successfully, but these errors were encountered: