This documentation is archived and is not being maintained.
GeoCoordinateWatcher::Position Property
Visual Studio 2010
Gets the GeoCoordinate which indicates the current location.
Assembly: System.Device (in System.Device.dll)
public: virtual property GeoPosition<GeoCoordinate^>^ Position { GeoPosition<GeoCoordinate^>^ get () sealed; }
Property Value
Type: System.Device.Location::GeoPosition<GeoCoordinate>The GeoCoordinate which indicates the current location.
Implements
IGeoPositionWatcher<T>::PositionIn the following example, the Location property of the Position property is saved in a GeoCoordinate object. The latitude and longitude fields of the GeoCoordinate are printed if they are known.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: