MobileForms Toolkit Documentation

GeoArea Constructor

Constructs an empty GeoArea object.

Overload List

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);

See Also

GeoArea Class | Resco.Location Namespace