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

    Function pointOverlap

    • Checks if a point is within a bounding box

      Parameters

      • bbox: BBOX

        the bounding box to test

      • point: VectorPoint

        point to test if it exists within the bbox

      Returns boolean

      • true if the point is within the bbox, false otherwise