-
Notifications
You must be signed in to change notification settings - Fork 19
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
Moving map deselects annotation #61
Comments
Hey @ritter1, thanks for trying this library. I wasn't able to replicate what you're seeing. Below is the test app as current on Do you have a minimal test case you can provide do recreate what you're seeing? |
Hi @captainbarbosa, thanks for getting back to me so quickly! I meant didDeselect, not didSelect. As I am moving and zooming, the selected styleAnnotation should remain selected. |
Hey @captainbarbosa , any update on this? |
Thanks for opening this issue and providing important feedback - I confirm what you're seeing now. Please note that we're a small team and can't always respond quickly. In regards to your comment, I can see what you're experiencing now. It looks like our main Maps SDK does not do this with regular |
Hi!
When I select a style annotation, and then move the map or pinch to zoom, then
func annotationController(_ annotationController: MGLAnnotationController, didDeselect styleAnnotation: MGLStyleAnnotation)
will be triggered. Is this intended?The expected behavior is that the style annotation only then gets deselected, when I touch an empty spot on the map or another style annotation. Do I miss something?
All the best
The text was updated successfully, but these errors were encountered: