IGeoPositionWatcher<T>.Position Property

Definition

Gets the location data.

public:
 property System::Device::Location::GeoPosition<T> ^ Position { System::Device::Location::GeoPosition<T> ^ get(); };
public System.Device.Location.GeoPosition<T> Position { get; }
member this.Position : System.Device.Location.GeoPosition<'T>
Public ReadOnly Property Position As GeoPosition(Of T)

Property Value

The GeoPosition<T> containing the location data.

Applies to

See also