We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
console.log
1 parent 88f914e commit 6f4f85fCopy full SHA for 6f4f85f
spec/lib/markerclusterer.js
@@ -336,7 +336,6 @@ ClusterIcon.prototype.createCss = function (pos) {
336
* @return {google.maps.Point} The position in pixels.
337
*/
338
ClusterIcon.prototype.getPosFromLatLng_ = function (latlng) {
339
- console.log(this.getProjection())
340
var pos = this.getProjection().fromLatLngToDivPixel(latlng);
341
pos.x -= this.anchorIcon_[1];
342
pos.y -= this.anchorIcon_[0];
0 commit comments