Constructs an instance of the GeoPoint object and initializes the Latitude and Longitude properties with invalid values.
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);
GeoPoint Class | Resco.Location Namespace