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 应用程序中获取浏览器 GPS 坐标(在带有 GPS 的移动设备上),并在创建新记录时保存它们。有可能吗?怎么做?
谢谢
您可以使用 html5 地理定位,看看这个例子http://html5demos.com/geo。
或者你可以获取请求ip,并通过一些服务进行地理定位,但是这种方法不是很准确。
看看这个名为geocoder http://www.rubygeocoder.com/的伟大宝石
geocoder