GeoLeaf Core API - v3.0.0
    Preparing search index...

    Result of the per-layer clustering decision.

    interface ClusterStrategyResult {
        shouldCluster: boolean;
        useSharedCluster: boolean;
    }
    Index

    Properties

    shouldCluster: boolean
    useSharedCluster: boolean