southWest property

LatLng southWest

Obtain coordinates of southwest corner of the bounds.

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

Implementation

LatLng get southWest => LatLng(south, west);