center property

Point get center

Implementation

Point get center => Point((minLon + maxLon) / 2.0, (minLat + maxLat) / 2.0);