In The Hand LtdIn The Hand
IGeoPositionWatcher<(Of <(<'T>)>)> Interface
NamespacesInTheHand.Device.LocationIGeoPositionWatcher<(Of <(<'T>)>)>
.NET Components for Mobility
Interface that can be implemented for providing accessing location data and receiving location updates.
Declaration Syntax
C#Visual Basic
public interface IGeoPositionWatcher<T>
Public Interface IGeoPositionWatcher(Of T)
Generic Template Parameters
T
The type of the object that contains the location data.
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
Position
Gets the location data.

PositionChanged

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.

Status
Gets the status of location data.

StatusChanged

Stop()()()()
Stop acquiring location data.

TryStart(Boolean, TimeSpan)
Start acquiring location data, specifying an initialization timeout. This method returns synchronously.

Remarks

Equivalent to System.Device.Location.IGeoPositionWatcher<T> in the .NET Framework 4

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

Assembly: InTheHand.Device (Module: InTheHand.Device) Version: 7.0.0.0