Пример #1
0
 public Location(string name, LatLon latLon)
 {
     this.Name   = name;
     this.LatLon = latLon;
 }