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 PM
Hmmm… 🤔
if the
Marker 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.
h
Hristijan
09/12/2024, 12:32 PM
thanks so much, a mistake on my end after all
f
Frank Bouwens
09/12/2024, 12:37 PM
No prob! Glad you figured it out 😉!
thank you color 1
s
Stylianos Gakis
09/12/2024, 12:50 PM
Now that you deleted the question, nobody else will be able to also learn from this if they had the same question 🤷