getNorthWest method

LatLng getNorthWest()

return the (north,west) as LatLng.

Implementation

LatLng getNorthWest()=>LatLng(lat: north, lng: west);