simpleCenter property
LatLng
get
simpleCenter
Obtain simple coordinates of the bounds center
Implementation
LatLng get simpleCenter => LatLng((south + north) / 2, (east + west) / 2);
Obtain simple coordinates of the bounds center
LatLng get simpleCenter => LatLng((south + north) / 2, (east + west) / 2);