@maplibre/geojson-vt
    Preparing search index...

    Type Alias ClusterProperties

    The geojson properies related to a cluster.

    type ClusterProperties = {
        cluster: true;
        cluster_id: number;
        point_count: number;
        point_count_abbreviated: string | number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    cluster: true
    cluster_id: number
    point_count: number
    point_count_abbreviated: string | number