BoundingBox
A bounding box indicates the extremes of a GeoJSONObject
along the x- and y-axes (longitude and latitude, respectively).
-
The southwesternmost position contained in the bounding box.
-
The northeasternmost position contained in the bounding box.
-
Initializes the smallest bounding box that contains all the given coordinates.
-
Initializes a bounding box defined by its southwesternmost and northeasternmost positions.
-
Returns a Boolean value indicating whether the bounding box contains the given position.
-
-