simpleCenter property

LatLng get simpleCenter

Obtain simple coordinates of the bounds center

Implementation

LatLng get simpleCenter => LatLng((south + north) / 2, (east + west) / 2);