This documentation is archived and is not being maintained.
IGeoPositionWatcher<T> Interface
Visual Studio 2010
Interface that can be implemented for providing accessing location data and receiving location updates.
Assembly: System.Device (in System.Device.dll)
The IGeoPositionWatcher<T> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Start() | Initiate the acquisition of location data. |
![]() | Start(Boolean) | Start acquiring location data, specifying whether or not to suppress prompting for permissions. This method returns synchronously. |
![]() | Stop | Stop acquiring location data. |
![]() | TryStart | Start acquiring location data, specifying an initialization timeout. This method returns synchronously. |
| Name | Description | |
|---|---|---|
![]() | PositionChanged | Occurs when the Position property has changed. |
![]() | StatusChanged | Occurs when the Status property changes. |
The GeoCoordinateWatcher class implements IGeoPositionWatcher<T>, using GeoCoordinate as the type parameter.
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:


