IGeoPositionWatcher<T> Interface
March 22, 2012
Defines the interface for resolving geographic positions. Implemented by the GeoCoordinateWatcher class.
Assembly: System.Device (in System.Device.dll)
The IGeoPositionWatcher<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
Start() | Starts the acquisition of data from the location service. |
|
Start(Boolean) | Starts the acquisition of data from the location service. |
|
Stop | Stops the acquisition of data from the location service. |
|
TryStart | Attempts to start the acquisition of data from the location service. |
| Name | Description | |
|---|---|---|
|
PositionChanged | Occurs when the location service detects a change in position. |
|
StatusChanged | Occurs when the status of the location service changes. |