SensorCapabilities Class

Definition

Use this class to give the session access to sensors to help find anchors around you. This is typically used by a PlatformLocationProvider to configure sensors. Refer to Coarse Relocalization to learn more about sensors and platforms.

public class SensorCapabilities
type SensorCapabilities = class
Public Class SensorCapabilities
Inheritance
SensorCapabilities

Constructors

SensorCapabilities(IntPtr, Boolean)

Properties

BluetoothEnabled

Whether to use Bluetooth signals to find anchors and improve the locatability of existing anchors. Make sure that you also set KnownBeaconProximityUuids when enabling Bluetooth.

GeoLocationEnabled

Whether to use the device's global position to find anchors and improve the locatability of existing anchors.

KnownBeaconProximityUuids

Controls which Bluetooth beacon devices the session is able to see. Add the proximity UUIDs here for all beacons you want to use to find anchors and improve the locatability of existing anchors.

WifiEnabled

Whether to use WiFi signals to find anchors and improve the locatability of existing anchors.

Methods

ConvertCookieToHandle(UInt64)
ConvertHandleToCookie(IntPtr)
Finalize()

Applies to