简体   繁体   English

Azure 空间锚区域可用性

[英]Azure Spatial Anchor Region Avalability

I want to create a wayfinding app for a specific building using AR Core.我想使用 AR Core 为特定建筑物创建一个寻路应用程序。 Because Google Cloud Anchor service has a 24-hour limit, I thought the Azure Spatial Anchor Service might do the job.由于 Google Cloud Anchor 服务有 24 小时的限制,我认为 Azure Spatial Anchor Service 可能会完成这项工作。 But my location is in East Europe.但我的位置在东欧。 According to the docs, East Europe is not yet supported.根据文档,尚不支持东欧。

Has anyone tried these services from my location?有没有人从我的位置尝试过这些服务?

I'd try using either West Europe or North Europe.我会尝试使用西欧或北欧。 They're the closest regions that we have Azure Spatial Anchors in to eastern Europe.它们是我们拥有 Azure 空间锚点到东欧最近的区域。 (You can get a sense for the Azure network's RTT to various points on the global from the Azure network round trip latency statistics page . It's between Azure data centers, so it doesn't take into account things like the app user's cell provider/ISP.) (You can get a sense for the Azure network's RTT to various points on the global from the Azure network round trip latency statistics page . It's between Azure data centers, so it doesn't take into account things like the app user's cell provider/ISP .)

Also, take a look at the effective anchor experience guidelines for some recommendation about building your UX.此外,请查看有效的锚体验指南,以获取有关构建 UX 的一些建议。 For example, consider designing the locating experience assuming the user will spend a few seconds doing that and may need to create a new anchor if an existing one cannot be found.例如,考虑设计定位体验,假设用户将花费几秒钟的时间来做这件事,并且如果找不到现有的锚点,则可能需要创建一个新的锚点。 Also, look for opportunities to create a watcher while something else is happening in your app so that you can overlap multiple operations that the user needs to wait for.此外,在您的应用程序中发生其他事情时寻找创建观察者的机会,以便您可以重叠用户需要等待的多个操作。

For example, in one of our apps, we start loading 3D assets and create a watcher at the same time.例如,在我们的一个应用程序中,我们开始加载 3D 资产并同时创建一个观察者。 When the assets are done loading, we switch to an AR view, and, often, the anchor has also been located by the time the assets have loaded.资产加载完成后,我们切换到 AR 视图,并且通常在资产加载时锚点也已定位。 If not, the UX can handle that case too.如果没有,UX 也可以处理这种情况。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM