Initializes a bounds instance defined by the specified northwest and southeast coordinates.
The eastern longitude
The northern latitude
The southern latitude
The western longitude
Returns the center coordinate for the bounds.
Returns whether the bounds contains the specified coordinate or bounds.
Expands the bounds to include the specified coordinate. If the bounds already contains the coodinate, then the bounds will not change.
Returns whether the bounds intersects the specified bounds but does not contain it.
Returns the northeastern coordinate for the bounds.
Returns the northwestern coordinate for the bounds.
Returns the southeastern coordinate for the bounds.
Returns the southwestern coordinate for the bounds.
Returns a string representation of the coordinate bounds.
Generated using TypeDoc
A
CoordinateBounds
object represents a rectangular region defined by northwest and southeast coordinates.