我正在使用Android Google地图应用程序,但我用来获取用户附近地点结果的查询字符串无效。
http://maps.googleapis.com/maps/api/place/search/json?location=123.666,33.166&radius=50000&sensor=false&types=establishment&name=hotel&key={myKey}
我正在使用this link to obtain a Maps API key。
这是我收到的回复。
{
"html_attributions" : [],
"results" : [],
"status" : "REQUEST_DENIED"
}
由于
答案 0 :(得分:3)
您需要通过以下方式生成Places API密钥: https://code.google.com/apis/console/
更多相关内容: https://developers.google.com/places/documentation/#Authentication
HTH
答案 1 :(得分:0)
我很确定你使用的是错误/旧密钥。看看你的链接,已经超过3年了。最好以这种方式获取新密钥:Obtaining a Google Maps Android API Key。这是官方网站。