northWest property

LatLng northWest

Obtain coordinates of northwest corner of the bounds.

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

Implementation

LatLng get northWest => LatLng(north, west);