center property
Implementation
@override
LatLng get center => LatLng(
(bounds.south + bounds.north) / 2, (bounds.west + bounds.east) / 2);
@override
LatLng get center => LatLng(
(bounds.south + bounds.north) / 2, (bounds.west + bounds.east) / 2);