@squawk
    Preparing search index...
    • Tests whether a point lies inside (or on the boundary of) a bounding box. Tuple-shape sibling to polygon.pointInBoundingBox, which takes separate lon, lat arguments and is intended for hot-path callers where the unpacked form avoids tuple allocation.

      Parameters

      • point: readonly [number, number]

        Test point as [lon, lat].

      • bbox: polygon.BoundingBox

        Bounding box to test against.

      Returns boolean

      true when the point is inside or on the edge of bbox.