northEast property

LatLng northEast

Obtain coordinates of northeast corner of the bounds.

Instead of using latitude or longitude of the corner, use north or east instead!

Implementation

LatLng get northEast => LatLng(north, east);