首页 > 解决方案 > 如何解决“此应用程序已禁用 Google Maps Android API Street View 服务”?

问题描述

当我尝试打开时,我在 Android Studio 上遇到以下问题StreetView

"E/Google Maps Android API: The Google Maps Android API Street View service has been disabled for this application.
 This might be because of an incorrectly configured project, or an invalid API key.
 See the Google API console: https://console.developers.google.com, and information about Obtaining an API key:
 https://developers.google.com/maps/documentation/android-api/signup."

谷歌云控制台中启用了谷歌地图 API,谷歌地图在应用程序中运行良好。

我应该怎么办?

标签: javaandroidmapsgoogle-street-view

解决方案


正如谷歌地图文档所说

使用即用即付定价模式,街景全景图的创建不再作为移动原生地图加载收费。它按动态街景收费(见下文)。

另请阅读详细信息,例如

街景全景图和地图加载现在单独收费。在 Maps JavaScript API、Maps SDK for Android、Maps SDK for iOS 应用程序中,每个全景对象实例化都会对动态街景全景图收费。

等等...

我在控制台上添加了付款方式,它就像一个魅力。

干杯! 快乐编码。


推荐阅读