SpatialAnchorExporter 类

定义

允许应用导出空间定位点,以便跨设备共享和重新定位,以便两个设备可以在用户环境中推理相同的位置。

public ref class SpatialAnchorExporter sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SpatialAnchorExporter final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SpatialAnchorExporter
Public NotInheritable Class SpatialAnchorExporter
继承
Object Platform::Object IInspectable SpatialAnchorExporter
属性

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)
应用功能
spatialPerception

注解

注意

此类型支持 Azure 空间定位点,这使你可以创建持久的云支持的空间定位点,然后应用可以在多个 HoloLens、iOS 和 Android 设备中找到这些定位点。

方法

GetAnchorExportSufficiencyAsync(SpatialAnchor, SpatialAnchorExportPurpose)

返回有关空间定位点的数据是否足以共享或重新定位的信息。

GetDefault()

获取当前设备的默认 SpatialAnchorExporter 实例。

RequestAccessAsync()

请求应用访问权限以导出空间定位点。 这需要 spatialPerception 功能。

TryExportAnchorAsync(SpatialAnchor, SpatialAnchorExportPurpose, IOutputStream)

将空间定位点导出到流进行共享或重新定位。 这样,多个设备就可以推断其用户周围环境中的相同位置。

适用于