-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annotation drag event listeners #339
Comments
@brizaldi Have you been able to drag symbols on an earlier version? Drag listeners currently aren't implemented but are a good idea. |
@m0nac0 is there any plan to include it on next future release of this package? because i think to be able to drag marker is very essential feature for a lot of projects with maps |
@brizaldi There's unfortunately not much we can do to fix this in this plugin as it's an issue with the Mapbox Android SDK and we are just wrapping that. There already seems to be a community contributed PR to solve this, but I don't know what the Mapbox team's plans are on this and how complex this issue actually is. |
This issues has been fixed upstream and released in the latest version 👍 |
Can anyone show me the primary aspects to implement this feature? |
I really need this function for developing an application in production. Can someone give me some way where I should start to develop this feature or can help me with the development? The case is that I need to update a polygon after getting the coordinates of where the drag (vertex) of a mark (symbol) ended. |
I've been working on this issue since yesterday. I created a branch for Android. I'll let you know if I can make progress. It may take a day or two. |
This reverts commit 94f77a0
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
is there a way to get a callback when user finished dragging the symbol? kinda similar to
Marker.onDragEnd
from google_maps_flutteralso in the current version, it seems that we no longer able to drag the symbol, we already set
draggable: true
insideSymbolOptions
tested on android with
mapbox_gl
version0.7.0
The text was updated successfully, but these errors were encountered: