@googlemaps/js-markerclusterer
    Preparing search index...

    Interface AlgorithmOutput

    interface AlgorithmOutput {
        changed?: boolean;
        clusters: Cluster[];
    }
    Index

    Properties

    Properties

    changed?: boolean

    A boolean flag indicating that the clusters have not changed.

    clusters: Cluster[]

    The clusters returned based upon the AlgorithmInput.