MobileForms Toolkit Documentation

GeoPoint Constructor

Constructs an instance of the GeoPoint object and initializes the Latitude and Longitude properties with invalid values.

Overload List

Constructs an instance of the GeoPoint object and initializes the Latitude and Longitude properties with invalid values.

public GeoPoint();

Constructs an instance of the GeoPoint object

public GeoPoint(GeoPoint);

Constructs an instance of the GeoPoint object

public GeoPoint(double,double);

Constructs an instance of the GeoPoint object

public GeoPoint(string);

Constructs an instance of the GeoPoint object

public GeoPoint(string,string);

See Also

GeoPoint Class | Resco.Location Namespace