center property

LatLng center

Implementation

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