我正在尝试从google place api获取json响应。
我遵循了所有步骤和建议:
它不适用于上述任何步骤。
消息如下。
{
"error_message" : "This IP, site or mobile application is not authorized to use this API key. Request received from IP address 200.104.xx.xx, with empty referer",
"html_attributions" : [],
"results" : [],
"status" : "REQUEST_DENIED"
}
答案 0 :(得分:0)
我一直在阅读更多信息并且使用Android应用程序处理地点的最佳方式是Google Places API for Android有一个很好的库来获取有关它的地方和信息。
要使用此功能,我应该在我的清单文件详细信息中允许。
Item Number: <select data-bind="options:itemNumbers, value:selectedItemNumber"></select>
<br />
New Value: <input data-bind="value:newValue" />
<button data-bind="click:function () { var idx=selectedItemNumber()-1; plainArray[idx] = newValue(); arrayHasMutated(); }">Set it</button>
<ol data-bind="foreach:plainArray">
<li data-bind="text:$data"></li>
</ol>
<br />
Length: <span data-bind="text:plainArray.length"></span>