自动获取多个POI的Foursquare VenueId

发布于 2024-11-15 01:02:13 字数 101 浏览 3 评论 0原文

在我的 iPhone 应用程序中,我有 MapKit 中表示的数百个地点的纬度和经度。有没有使用 API 自动获取 4sq 场地 ID 的方法?我不想手动执行该任务。

谢谢

In my iphone app, I've the latitude and longitude of hundred of places represented in a MapKit. Is there any automatic way of getting the 4sq venue ids of them using the api? I don't want to do that task manually.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

慕烟庭风 2024-11-22 01:02:13

MapKit 和 foursquare 场地中的注释之间不存在一对一的映射。你必须自己以某种方式映射这些,无论是每年还是通过一些奇特的算法。

然而,您应该小心地将“地点”映射到方形场地 - 您怎么知道它是相同的,仅仅因为它在几米之内?如何获得这些“地方”?

如果您决定使用某种形式的脚本或代码来映射这些内容,您可以在此处查看 Foursquare API 文档。

There is no one-to-one mapping between annotations in the MapKit and foursquare venues. You would have to map these somehow yourself, whether amnually or by som fancy algorithm.

You should however be careful by mapping a "place" to a foursquare venue - how do you know it's the same just because it's within a few meters? How do you obtain these "places"?

You can see the Foursquare API documentation here in case you decide to map these using some form of script or code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文