Closed
Description
Feature Description
map-advanced-marker
, is missing support for mouse events:
- double click
- mouse out
- mouse over
- mouse up
- right click
It would really be great to implement those events to fill the gap with the deprecated map-marker
component.
Use Case
- display an info window while cursor is over a marker
- trigger any kind of event while cursor is over or out the marker
- trigger any kind of event after double clicking the cursor
- properly migrate components using deprecated
map-marker
which made use of those events