Android Intent Street View不再起作用 [英] Android intent Street View does not work anymore

查看:80
本文介绍了Android Intent Street View不再起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我曾经从我的应用程序向地图启动意图,以显示街景全景图. 几天以来,我启动意图地图时说:此处不提供街景视图". 我尝试仅以 Google 说:

i used to launch an intent from my app to Maps to display a street view panorama. Since some days when i launch the intent Maps says : "Street View isn't available here". I try to run a new project with only the intent as Google says:

Uri gmmIntentUri = Uri.parse("google.streetview:cbll=46.414382,10.013988");
Intent mapIntent = new Intent(Intent.ACTION_VIEW, gmmIntentUri);
mapIntent.setPackage("com.google.android.apps.maps");
startActivity(mapIntent);

但是我收到相同的消息. 独立地图中的相同坐标可以正常工作. 地图api中的第三个应用程序是否有任何变化?

but i receive the same message. The same coordinates in standalone Maps work fine. Are there any changes due to third app in maps api?

推荐答案

此问题从12月21日发布的9.43.0版本开始出现. 您可以在某些存储库中找到并尝试旧的工作版本(最后工作的版本是9.42.3)像这样.

This problem occurs from version 9.43.0 released on 21 December. You can find and try old working versions (last working is 9.42.3) in some repositories like this.

我希望在今天的最新版本(9.45.1)中更正该错误,但仍然无法正常工作.

I hoped bug was corrected with latest today release (9.45.1) but it still doesn't work.

更新:今天2月3日,街景意图似乎再次起作用,至少在9.44.3版的Google地图中.

UPDATE: Today 3 February, Street view intent seems to work again, at least in version 9.44.3 of google maps.

这篇关于Android Intent Street View不再起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆