使用什么样的DB Foursquare?
使用什么样的 db foursquare?
我的意思不是:MySQL、Oracle 或其他什么,我的意思是:
他们在哪里找到场地?
来自谷歌地图?
what kind of db foursquare is using?
I don't mean: MySQL, Oracle, or whatever, I mean:
Where they get the venue?
From google maps?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知,4SQ 使用 Google 地图 和 地理定位
我不知道你使用什么技术,但我写了一个非常甜蜜的“lat/ lon”定位器,可与 Google 地图和 Bing 地图配合使用。它位于 VB.NET 中,并将纬度和经度输出为 JSON。
调用它是多么容易。
所以最后,他们结合了自己的地理定位,以及“可以”由twitter或最终用户移动设备提交的信息(例如iPhone询问是否允许它发送位置信息) )。
From what I can tell, 4SQ is using Google Maps and Geolocation
I don't know what you're using for technology, but I've written a pretty sweet "lat/lon" locator that works with Google maps and Bing maps. It's in VB.NET and outputs the Latitude and Longitude as JSON.
and here's how easy it is to call it.
So in the end, they use the combination of their own Geolocating, as well as the information that "can" be submitted by twitter or by the end users mobile device (the iPhone for example asks if you want to allow it to send location information).
他们依靠用户进入新位置。他们可能在某个时候通过进口播种了它。
They rely on users to enter new locations. They may have seeded it at some point with an import.