MobileForms Toolkit Documentation

GeoPoint  Constructor (String)

Constructs an instance of the GeoPoint object

public GeoPoint(
string str
);

Parameters

str
A System.String value defining the Latitude and Longitude values. It can have a form of two decimal values or it can be a N/S/E/W degree representation.

Example

40:26:46N,79:56:55W
40:26:46.302N 79:56:55.903W
40°26'21"N 79d58'36"W
40d 26' 21" N 79d 58' 36" W
40.446195N 79.948862W
40.446195N -79.948862E

See Also

GeoPoint Class | Resco.Location Namespace | GeoPoint Constructor Overload List