Tests whether a point falls within an axis-aligned bounding box. Intended as a fast rejection pre-filter before the more expensive pointInPolygon test.
Longitude of the test point in decimal degrees.
Latitude of the test point in decimal degrees.
Bounding box to test against.
True if the point is inside or on the edge of the bounding box.
Tests whether a point falls within an axis-aligned bounding box. Intended as a fast rejection pre-filter before the more expensive pointInPolygon test.