Exemplo n.º 1
0
 public Location GetBarycenter() => new Location(
     GeoUtil.GetMidpoint(Sw.Lat, Ne.Lat),
     GeoUtil.GetMidpoint(Sw.Lng, Ne.Lng)
     );