supercluster-googlemaps-adapter
Version:
Supercluster Adapter for Google Maps JavaScript API v3
10 lines (9 loc) • 552 B
TypeScript
export declare const CLASS_NAME_DEFAULT = "cluster";
export declare const MIN_ZOOM_DEFAULT = 0;
export declare const MAX_ZOOM_DEFAULT = 19;
export declare const RADIUS_DEFAULT = 80;
export declare const MIN_CLUSTER_SIZE_DEFAULT = 2;
export declare const MARKER_CLUSTER_IMAGE_PATH_DEFAULT = "https://maps-tools-242a6.firebaseapp.com/clusterer/images/m";
export declare const MARKER_CLUSTER_IMAGE_EXTENSION: string;
export declare const ICON_URL_DEFAULT = "http://maps.google.com/mapfiles/kml/paddle/blu-blank.png";
export declare const SIZES: number[];