getNorthEast method

LatLng getNorthEast()

return the (north,east) as LatLng.

Implementation

LatLng getNorthEast()=>LatLng(lat: north, lng: east);