rectangle property

GoogleGeoTypeViewport? rectangle
getter/setter pair

A rectangle box defined by northeast and southwest corner.

rectangle.high() must be the northeast point of the rectangle viewport. rectangle.low() must be the southwest point of the rectangle viewport.

Implementation

GoogleGeoTypeViewport? rectangle;