boundingBox property
Get the bounding box. This is the smallest rectangle that can be drawn around the area such that it surrounds this geographic area completely.
If the area is bigger than what is allowed in the WGS 84 coordinate system, the rectangle is truncated to valid WGS 84 coordinate values. The RectangleGeographicArea is always aligned with parallels and meridians.
Returns
- A RectangleGeographicArea object representing the bounding box.
Implementation
RectangleGeographicArea get boundingBox;