如何在iOS中使用Google地图API获取附近的地点

时间:2014-09-09 06:54:45

标签: ios google-maps

我正在开发Google Map API应用。我的要求是我必须找到当前位置附近的地方。

我一步一步地分享所有代码。请检查并让我知道我必须做什么?

首先,我为浏览器应用创建了一个键(带有引用者)

并启用以下2件事

enter image description here enter image description here

然后我浏览此网址

https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=12.56666,77.3333&radius=500&sensor=true&types=establishment&key=AIzaSyA5AGzM9KAvTbBbfuoZwQel4XrTrvYoQuo

但它在浏览器中显示错误消息

{
  "error_message" : "This IP, site or mobile application is not authorized to use this API key.",
  "html_attributions" : [],
  "results" : [],
  "status" : "REQUEST_DENIED"
}

我能理解的问题是什么,请有人建议我吗?

谢谢你提前:)

2 个答案:

答案 0 :(得分:1)

请求服务器密钥并将其与iOS应用程序一起使用。

答案 1 :(得分:0)

在将Google文档实施到您的移动应用中之前,请先仔细参阅。 点击here for Google API keys doc

某些Google API不支持ios& Android移动平台。

我也附上了截图。enter image description here