getSouthWest method

LatLng getSouthWest()

return the (south,east) as LatLng.

Implementation

LatLng getSouthWest()=>LatLng(lat: south, lng: west);