Constructs an empty GeoArea object.
Constructs an empty GeoArea object.
public GeoArea();
Constructs a GeoArea object containing the same area as another GeoArea object.
public GeoArea(GeoArea);
Constructs a GeoArea object by defining its South/West vertex and North/East vertex.
public GeoArea(GeoPoint,GeoPoint);
Constructs a GeoArea object by defining its borders.
public GeoArea(double,double,double,double);
GeoArea Class | Resco.Location Namespace