GeofenceMonitor.LastKnownGeoposition Property

Definition

Last reading of the device's location.

public:
 property Geoposition ^ LastKnownGeoposition { Geoposition ^ get(); };
Geoposition LastKnownGeoposition();
public Geoposition LastKnownGeoposition { get; }
var geoposition = geofenceMonitor.lastKnownGeoposition;
Public ReadOnly Property LastKnownGeoposition As Geoposition

Property Value

Last reading of the device's location.

Windows requirements

App capabilities
location

Remarks

Before using the value from this property, the application must first check that the value is not NULL.

Applies to

See also