center property

Point center

Implementation

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