Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Needs more info comment that > 10 days [ID: 963198]
Comment such as: SPAM, non-actionable [ID: 963127]
Resolved actionable follow-up comments [ID: 963027]
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
# It is OK to share your API Project ID, but _not_ API keys.
Feature Request
-----------------------
I would like the ability to disable clicking on Markers.
Main use case we have for this, is that we want to receive onMapClick and onMapLongClick to be triggered even if a marker was clicked. That way we can do our own touch handling. Other overlay types have the ability to disable clicking.
Currently have to return false from the onMarkerClicked callback and get the location of the marker. The problem with this solution is that it is not precise enough. We cannot get where the user clicked, just where the marker that was clicked exists.