@googlemaps/js-markerclusterer

    Interface MarkerClustererOptions

    interface MarkerClustererOptions {
        algorithm?: Algorithm;
        algorithmOptions?: AlgorithmOptions;
        map?: null | Map;
        markers?: Marker[];
        onClusterClick?: onClusterClickHandler;
        renderer?: Renderer;
    }
    Index

    Properties

    algorithm?: Algorithm

    An algorithm to cluster markers. Default is SuperClusterAlgorithm. Must provide a calculate method accepting AlgorithmInput and returning an array of Cluster.

    algorithmOptions?: AlgorithmOptions
    map?: null | Map
    markers?: Marker[]
    onClusterClick?: onClusterClickHandler
    renderer?: Renderer

    An object that converts a Cluster into a google.maps.Marker. Default is DefaultRenderer.

    MMNEPVFCICPMFPCPTTAAATR