This topic has not yet been rated - Rate this topic

IGeoPositionWatcher<T> Interface

March 22, 2012

Defines the interface for resolving geographic positions. Implemented by the GeoCoordinateWatcher class.

Namespace:  System.Device.Location
Assembly:  System.Device (in System.Device.dll)
public interface IGeoPositionWatcher<T>

Type Parameters

T

The IGeoPositionWatcher<T> type exposes the following members.

  Name Description
Public property Position The most recent position obtained from the location service.
Public property Status The status of the location service.
Top
  Name Description
Public method Start() Starts the acquisition of data from the location service.
Public method Start(Boolean) Starts the acquisition of data from the location service.
Public method Stop Stops the acquisition of data from the location service.
Public method TryStart Attempts to start the acquisition of data from the location service.
Top
  Name Description
Public event PositionChanged Occurs when the location service detects a change in position.
Public event StatusChanged Occurs when the status of the location service changes.
Top

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)