gis-tools-ts - v0.6.0
    Preparing search index...

    Type Alias ClusterDataComparitor<M>

    ClusterDataComparitor: (a: M, b: M) => boolean

    Compare two data items, return true to merge data

    Type Parameters

    • M extends MValue = Properties

    Type declaration

      • (a: M, b: M): boolean
      • Parameters

        Returns boolean