如何在android中的地图上显示街景?

发布于 2024-12-25 19:13:13 字数 203 浏览 3 评论 0原文

我们如何编写代码来在android中显示如下图所示的街景? 如果我应用

mapView.setStreetView(true);

它,它会显示为正常视图。但我需要显示如下图所示。

streetview 如下

How can we write code to show the Streetview like the below shown image in android?
If i'm applying

mapView.setStreetView(true);

it's showing as normal view. But i need to show like the below image.

streetview like below

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

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

发布评论

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

评论(1

拒绝两难 2025-01-01 19:13:13

街景已弃用。
来自文档:
@已弃用
公共无效setStreetView(布尔值)
已弃用。不再支持街景视图可用性突出显示。此方法作为无操作运行。

检查通过 Google Aps 下载的文档。
希望这有帮助
悬崖

The streetview is Deprecated.
From the Documentation:
@Deprecated
public void setStreetView(boolean on)
Deprecated. Street view availability highlighting is no longer supported. This method operates as a no-op.

Check the documentation that was downloaded with the Google Aps.
Hope this helps
Cliff

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