使用Google Street View的地理空间API

发布于 2025-02-05 19:36:06 字数 47 浏览 0 评论 0原文

是否可以在Google Earth覆盖的位置使用地理空间API,而不是街景视图?

Is it possible to use the Geospatial API in a location covered by Google Earth but not by Street View?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

随波逐流 2025-02-12 19:36:06

地理空间锚定

A GeoSpatial 模型至关重要。您需要两个视觉数据(街道 + GE图像的全景图像)和传感器数据(GPS)来确定精确的位置。但是,Google Earth仅基于卫星图像和航空摄影。如您所知,Street View是Google Maps不可或缺的一部分,在创建Geotracking AR应用程序时,您不能停止使用街道视图,因为地理空间API的神经引擎需要它来识别环境图像。

如果您对类似技术在Arkit中的运作感兴趣,请阅读

但是,地形锚定

,总会有解决方法。您可以使用简化的(因此不准确)的地理空间锚,它使您可以仅使用纬度和经度来容纳模型。

Geospatial anchors

A visual part of a geospatial model is crucial. You need both, a visual data (panoramic images of streets + GE imagery) and sensor data (GPS) to determine precise location. Google Earth, however, is only based on satellite imagery and aerial photography. As you know, Street View is an integral part of Google Maps, and you cannot stop using Street View when creating GeoTracking AR app because neural engine of Geospatial API needs it to identify environmental images.

If you are interested in how a similar technology works in ARKit, read this post.

Terrain anchors

However, there is always a workaround. You can use a simplified (and therefore less accurate) version of geospatial anchor that allows you to accommodate your models using just latitude and longitude.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文