Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我制作了一个 Rails 应用程序来从计算机的 IP 地址中查找计算机的纬度和经度。我可以使用地理编码器从经纬度搜索酒店、电影院等地标吗?如果是。如何?
在这里,我想使用 API 密钥显示 JSON 内容。但我无法获得身份验证。
我在 JsonObject 中收到错误:
org.json.JSONException: Value Authorization of type java.lang.String cannot be converted to JSONObject
在我的 and