-
Notifications
You must be signed in to change notification settings - Fork 120
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
Map click listener (no symbol selected) #1136
Comments
It seems to me that you can already add a clickListener on the map using |
@Ph0tonic Unfortunately not. |
@Ph0tonic Awesome! I will close this issue then |
|
Right now it's only possible to listen to clicks on symbols. But I want to deselect the symbols when clicked on the map and not on a symbol. Right now there isn't an easy way to know if the user clicked on the map.
Also it would be awesome to make it a little more extensible. Maybe allow the overriding of the MapClickResolver, so we can handle our own click handling.
The text was updated successfully, but these errors were encountered: