我正在尝试使用以下命令在我的 android 应用程序中调用 Google 地方 API: https ://maps.googleapis.com/maps/api/place/textsearch/xml?query=restaurants+in+Sydney&sensor=true&key=AddYourOwnKeyHere
我尝试过使用调试密钥,甚至尝试过生成私钥,但我得到的只是 REQUEST_DENIED 响应。
我已按照上述步骤生成 Android API 密钥,但仍然出现错误。
我错过了什么?是否有明确的指南可用于在我的 android 应用程序中使用 google places api?
您的建议将不胜感激。