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

    Type Alias BoxIndexAccessor<T>

    BoxIndexAccessor: (item: T) => BBox

    Function describing how to access the minX, minY, maxX, and maxY properties

    Type Parameters

    • T

    Type Declaration

      • (item: T): BBox
      • Parameters

        • item: T

        Returns BBox