Class SensorFingerprintEventArgs
Declaration
struct winrt::Microsoft::Azure::SpatialAnchors::SensorFingerprintEventArgs
Description
Informs the application that the service would like an updated sensor fingerprint.
Properties
GeoPosition
The current geographical position of the device if available.
winrt::Microsoft::Azure::SpatialAnchors::GeoLocation GeoPosition();
void GeoPosition(winrt::Microsoft::Azure::SpatialAnchors::GeoLocation const& value);