PlatformLocationProvider.Sensors Property

Definition

The sensors used by the session to locate anchors around you and annotate created anchors so that they can be found.

public Microsoft.Azure.SpatialAnchors.SensorCapabilities Sensors { get; }
member this.Sensors : Microsoft.Azure.SpatialAnchors.SensorCapabilities
Public ReadOnly Property Sensors As SensorCapabilities

Property Value

Remarks

On HoloLens and iOS, enabling a sensor for the first time will prompt the user for the necessary permissions. On Android, you need to obtain the relevant permission before enabling a sensor.

Applies to