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