Esempio n. 1
0
 public Location(Southwest v)
 {
     lat = v.lat;
     lng = v.lng;
 }
Esempio n. 2
0
 public Bounds2()
 {
     northeast = new Northeast();
     southwest = new Southwest();
 }