Coordinates Property  
 

Gets the GPS coordinates for the current location.

Syntax

object.Coordinates

Remarks

This property returns a string which specifies the location expressed using the Universal Transverse Mercator (UTM) coordinate system with the WGS-84 ellipsoid. UTM coordinates are commonly used with the Global Positioning System (GPS) and are comprised of three parts: the zone, the easting (the eastward-measured distance or x-coordinate) and the northing (the northward-measured distance or y-coordinate). An example of a string value returned by this property would be "14S 702089E 3646476N".

Data Type

String

See Also

Latitude Property, Longitude Property