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
Modifying annotation should not require removing it and adding it again (iOS) #2517
Labels
iOS
Mapbox Maps SDK for iOS
Comments
Related to #1980, which is about moving the annotation. |
This was referenced Oct 8, 2015
This was fixed in #3146 and will be in the next release. |
Does #3146 also fix to allow annotation coordinate to be updated? I want to move annotations without adding/removing to avoid flickering, is it possible? |
Oh you're right, that hasn't been addressed yet. |
#1980 is related / could be considered a duplicate. |
OK, duplicate of #1980. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, the only way to get the map to show changes in an annotation (especially its image) is is to remove it and add it again i.e.
This causes flickering (see #1688) but also has the side effect of de-selecting an annotation that was previously selected by the user. There is a workaround for this:
But ideally it should be possible to modify an annotation is a simpler way.
The text was updated successfully, but these errors were encountered: