ReadonlyboundingGet the bounding box. This is the smallest rectangle that can be drawn around the area such that it surrounds this geographic area completely.
ReadonlycenterRetrieves the center point of the geographic area.
ReadonlyisChecks if the geographic area has default values.
ReadonlyisChecks if the geographic area is empty.
ReadonlytypeRetrieves the specific type of the geographic area.
Checks if the specified point is contained within the geographic area.
A Coordinates object representing the point to check.
True if the point is within the geographic area, false otherwise.
Converts the geographic area to another type, if possible.
The GeographicAreaType to convert to.
A GeographicArea object representing the converted area, or null if the conversion failed.
Convert to JSON representation
This object represents a geographical area on the surface of a WGS 84 Ellipsoid.