Constructs a new GeoBox
with the given geo coordinates.
The south west position in geo coordinates.
The north east position in geo coordinates.
The north east position in geo coordinates.
The south west position in geo coordinates.
Returns the center of this GeoBox
.
Returns the east longitude in degrees of this GeoBox
.
Returns the latitude span in degrees.
Returns the latitude span in degrees.
Returns the latitude span in radians.
Returns the longitude span in degrees.
Returns the longitude span in degrees.
Returns the longitude span in radians.
Returns the maximum altitude or undefined
.
Returns the minimum altitude or undefined
.
Returns the north altitude in degrees of this GeoBox
.
Returns the south latitude in degrees of this GeoBox
.
Returns the west longitude in degrees of this GeoBox
.
Clones this GeoBox
instance.
Returns true
if the given geo coordinates are contained in this GeoBox
.
The geo coordinates.
Update the bounding box by considering a given point.
The point that may expand the bounding box.
Returns a GeoBox
with the given center and dimensions.
The center position of geo box.
Box latitude and logitude span
Returns a GeoBox
with the given geo coordinates.
The south west position in geo coordinates.
The north east position in geo coordinates.
Generated using TypeDoc
GeoBox
is used to represent a bounding box in geo coordinates.