leaflet-markercluster-utils
Version:
Functions to help work with leaflet.markercluster
9 lines • 445 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.getSpiderfiedCluster = void 0;
function getSpiderfiedCluster(clusterLayer) {
const spiderfied = clusterLayer === null || clusterLayer === void 0 ? void 0 : clusterLayer._spiderfied; // set type to any to access private property
return spiderfied;
}
exports.getSpiderfiedCluster = getSpiderfiedCluster;
//# sourceMappingURL=get-spiderfied-cluster.js.map
;