bottomRight property
getter/setter pair
The southeast corner coordinate of the rectangle.
Represents the bottom-right point with the lowest latitude and highest longitude values of the rectangle boundaries. For a valid rectangle, this coordinate's latitude should be less than topLeft latitude.
Implementation
Coordinates bottomRight;