【发布时间】:2013-11-29 18:59:47
【问题描述】:
在我的 Android 项目中,我正在使用 Google map v2 及其工作。作为更改请求,我需要在 AutoCompleteTextview 中包含搜索位置。
I did the following steps to get map in Google console.
1) I have registered app.
2) Placed SHA1 key and generated Android key.
3) And made all procedure and get map.
Now I include Google places search in an auto complete textview.
1) go to the project enabled places api in the service pane. (picture 1)
2) I give sample company name and web site url (http://www.google.com). (picture 2)
3) now I get browser key and used it in app. (picture 3)
需要使用什么键(浏览器键或安卓应用键)。我都用过。
但是我得到了请求被拒绝的异常。我希望我所做的一切都是正确的。
我参考了site 的样本。
屏幕截图:
之后:
【问题讨论】:
-
请在此处查看我的答案:stackoverflow.com/questions/14654758/…
标签: android google-maps google-places-api