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