【发布时间】:2015-03-13 06:12:44
【问题描述】:
我在连接 google map API V2 和 android 时遇到问题。在我的应用程序中我使用了这个链接 https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=48.85827758964043,2.294543981552124&radius=5000&types=airport&sensor=true&key="API_KEY"。 我已经在我的谷歌帐户中创建了项目并获取了 API_KEY,但是这个 API_KEY 不起作用,这给了我这样的错误:“此 IP、站点或移动应用程序无权使用此 API 密钥。”,
【问题讨论】:
-
maps.googleapis.com/maps/api/place/nearbysearch/… 使用服务器密钥而不是安卓密钥
-
@Ram 服务器密钥也给我同样的错误
标签: android google-maps