This repository was archived by the owner on Jun 16, 2019. It is now read-only.

Description
I get this error when I try to disable the marker clusterer overlay:
var markerCluster = new MarkerClusterer(map, markers);
...
markerCluster.setMap(null);
Console output:
Uncaught TypeError: this.remove is not a function (js?libraries=places:36)
Uncaught TypeError: this.remove is not a function (overlay.js:1)