southEast property

LatLng get southEast

Obtain coordinates of southeast corner of the bounds.

Instead of using latitude or longitude of the corner, use south or east instead!

Implementation

LatLng get southEast => LatLng(south, east);