IGeoPositionWatcher<T> Interface
.NET Framework (current version)
Interface that can be implemented for providing accessing location data and receiving location updates.
Assembly: System.Device (in System.Device.dll)
| 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(Boolean, TimeSpan) | 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.
.NET Framework
Available since 4.0
Windows Phone Silverlight
Available since 7.0
Available since 4.0
Windows Phone Silverlight
Available since 7.0
Show:


