southEast property

LatLng southEast

South-east corner of this bounds

Implementation

LatLng get southEast => LatLng(southWest.latitude, northEast.longitude);