This repository has been 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
tobrun
added
Android
Mapbox Maps SDK for Android
SEMVER-MAJOR
Requires a major release according to Semantic Versioning rules
labels
Mar 14, 2017
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. |
tobrun
removed
the
SEMVER-MAJOR
Requires a major release according to Semantic Versioning rules
label
Jul 12, 2017
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: