gis-tools-ts - v0.8.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

        • a: M
        • b: M

        Returns boolean