public Location(Northeast v) { lat = v.lat; lng = v.lng; }
public Bounds2() { northeast = new Northeast(); southwest = new Southwest(); }