谷歌地方API没有奏效

时间:2015-09-12 09:04:25

标签: android google-api

我需要一个帮助,我在使用地方API进行谷歌搜索。我启用了地址api并在cosole app中映射api。  我也创建了serverkey

Participant.joins("inner join winners on winners.id = participants.id AND winners.sweepstake_id = participants.sweepstake_id ").select("participants.id, participants.name,participants.email,participants.number")

我收到了以下回复

https://maps.googleapis.com/maps/api/place/autocomplete/json?key={serverkey}&components=country:gr&input=gf&sensor=true

参考网站:

http://examples.javacodegeeks.com/android/android-google-places-autocomplete-api-example/

4 个答案:

答案 0 :(得分:1)

转到该网址:http://console.developer.google.com 选择您的项目,然后进入API并打开 PLACES API

答案 1 :(得分:1)

我没有启用google place web service api,这就是出现错误的原因。现在我启用并正常工作。

答案 2 :(得分:1)

因错误显示“此API项目无权访问”

你可以做的是

1-在谷歌控制台中创建一个新项目

2-根据您的需要选择限制,如果不确定选择 [NONE]

答案 3 :(得分:0)

首先转到Google开发者控制台。

然后创建一个项目

然后转到API和auth

然后是API

然后转到如图所示的图片并启用第一个api(因为你需要ios或android)enter image description here