This topic has not yet been rated - Rate this topic

IGeoPositionWatcher<T> Interface

Interface that can be implemented for providing accessing location data and receiving location updates.

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

Type Parameters

T

The type of the object that contains the location data.

The IGeoPositionWatcher<T> type exposes the following members.

  Name Description
Public property Position Gets the location data.
Public property Status Gets the status of location data.
Top
  Name Description
Public method Start() Initiate the acquisition of location data.
Public method Start(Boolean) Start acquiring location data, specifying whether or not to suppress prompting for permissions. This method returns synchronously.
Public method Stop Stop acquiring location data.
Public method TryStart Start acquiring location data, specifying an initialization timeout. This method returns synchronously.
Top
  Name Description
Public event PositionChanged Occurs when the Position property has changed.
Public event StatusChanged Occurs when the Status property changes.
Top

The GeoCoordinateWatcher class implements IGeoPositionWatcher<T>, using GeoCoordinate as the type parameter.

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ