getSouthEast method

LatLng getSouthEast()

return the (south,west) as LatLng.

Implementation

LatLng getSouthEast()=>LatLng(lat: south, lng: east);