GeofenceMonitor.LastKnownGeoposition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.