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
markerclusterer.min.js:1 Uncaught TypeError: a.getPosition is not a function
at MarkerClusterer.isMarkerInBounds_ (markerclusterer.min.js:1)
at MarkerClusterer.createClusters_ (markerclusterer.min.js:1)
at MarkerClusterer.setReady_ (markerclusterer.min.js:1)
at MarkerClusterer.onAdd (markerclusterer.min.js:1)
at MarkerClusterer.Wz (overlay.js:1)
at Yz._.Rf.B (js?v=3&language=en&key=AIzaSyC2_LcHBd66GwtvEdmOv63XW4o52Mx0mvU&callback=google.loader.callbacks.maps:139)
at Qg.trigger (js?v=3&language=en&key=AIzaSyC2_LcHBd66GwtvEdmOv63XW4o52Mx0mvU&callback=google.loader.callbacks.maps:123)
at Qg.<anonymous> (js?v=3&language=en&key=AIzaSyC2_LcHBd66GwtvEdmOv63XW4o52Mx0mvU&callback=google.loader.callbacks.maps:52)
at _.dw.trigger (js?v=3&language=en&key=AIzaSyC2_LcHBd66GwtvEdmOv63XW4o52Mx0mvU&callback=google.loader.callbacks.maps:123)
at _.dw.<anonymous> (js?v=3&language=en&key=AIzaSyC2_LcHBd66GwtvEdmOv63XW4o52Mx0mvU&callback=google.loader.callbacks.maps:52)
This is because, for unknown reasons, some functions are also passed to the MarkerClusterer constructor in the generated JavaScript:
Hello,
when including the MarkerClusterer, I get:
This is because, for unknown reasons, some functions are also passed to the MarkerClusterer constructor in the generated JavaScript:
returns
But only the first two markers are my markers (I only added 2 of them to my map). The latter 3 functions are passed in erroneously I think.
Maybe a bug?
The text was updated successfully, but these errors were encountered: