79750096

Date: 2025-08-29 09:50:10
Score: 2
Natty:
Report link

I found the root cause: it wasn’t an issue with my code, but with the Angular Google Maps wrapper.

The (mapDblclick) event was not being forwarded correctly for AdvancedMarkerElement. After I opened an issue on the Angular Components GitHub (https://github.com/angular/components/issues/31801), the team fixed it.

So if you’re hitting the same problem, just update to the latest version of @angular/google-maps and double-click events on map-advanced-marker will work as expected.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Romain