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.
我可以使用foursquare API 根据场地名称(或地址)获取场地坐标(经度和纬度)吗?
我是这方面的新手,所以任何帮助和提示将不胜感激。
谢谢
一般来说,Foursquare API 擅长从给定的纬度/经度转换到附近的场地。但是,如果您有相关场地的 Foursquare 场地 ID,则可以非常轻松地从场地详细信息响应中获取该地点的纬度/经度。
如果您没有 ID 并且仍想从名称 => 纬度/经度开始,您可以随时使用场所/搜索并将场所名称作为query参数传递。提供intent=match也将为您提供更好的名称匹配结果。
query
intent=match