public Location GetBarycenter() => new Location( GeoUtil.GetMidpoint(Sw.Lat, Ne.Lat), GeoUtil.GetMidpoint(Sw.Lng, Ne.Lng) );