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

    Interface ClusterOptions

    interface ClusterOptions {
        markers?: Marker[];
        position?: LatLng | LatLngLiteral;
    }
    Index

    Properties

    Properties

    markers?: Marker[]
    position?: LatLng | LatLngLiteral