You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I solved this by changing the markers click event: var marker1 = new google.maps.Marker({ position: {lat: 47.6808867, lng: 17.6447587}, map: map, label: "1" }); marker1.addListener('click', function(mouseEvent) { if (measureTool._started) { measureTool._checkClick(mouseEvent); } else { alert("Marker 1 has been clicked"); } });
While I'm using MeasureTool, it's disabling clicking on map location markers.
Even on your demo page it's disabled.
May I enable clicks somehow ?
Image attached (As You see, cursor showing that I can't click it)
The text was updated successfully, but these errors were encountered: