Slackbot
09/12/2024, 12:13 PMFrank Bouwens
09/12/2024, 12:21 PMtrue
at the end of `onClick`;
Have your tried returning false
?
That might be a flag for this behaviour.Frank Bouwens
09/12/2024, 12:29 PMMarker onClick
is called before the Map onMapClick
, you might be able to do something with very nasty code…
As in, set a timestamp in the Marker onClick, and if the Map onMapClick is called too soon after the timestamp, ignore it.
Otherwise, I would send a bug report to Google’s bug tracker.Hristijan
09/12/2024, 12:32 PMFrank Bouwens
09/12/2024, 12:37 PMStylianos Gakis
09/12/2024, 12:50 PM