topLeft property

Coordinates topLeft
getter/setter pair

The northwest corner coordinate of the rectangle.

Represents the top-left point with the highest latitude and lowest longitude values of the rectangle boundaries. For a valid rectangle, this coordinate's latitude should be greater than bottomRight latitude.

Implementation

Coordinates topLeft;