文件名称:offline_geocoder:离线地理编码器
文件大小:2.11MB
文件格式:ZIP
更新时间:2024-06-20 08:31:09
ruby gem jruby offline geocoding
离线地理编码器 离线反向地理编码的宝石。 它使用来自项目的数据。 安装 将此行添加到应用程序的 Gemfile 中: gem 'offline_geocoder' 然后执行: $ bundle 或者自己安装: $ gem install offline_geocoder 用法 require "offline_geocoder" geocoder = OfflineGeocoder . new results = geocoder . search ( 51.5214588 , - 0.1729636 ) p results 上面的代码会输出这个: { :lat => 51.51116 , :lon => - 0.18426 , :name => "Bayswater" , :admin1 => "England" , :admin2 => "Greater Lond
【文件预览】:
offline_geocoder-master
----.gitignore(126B)
----og_cities1000.csv(8.24MB)
----.rspec(31B)
----bin()
--------setup(58B)
--------console(341B)
----.travis.yml(70B)
----offline_geocoder.gemspec(1KB)
----CONTRIBUTING.md(342B)
----.rubocop.yml(436B)
----.ruby-version(6B)
----LICENSE(11KB)
----.hound.yml(34B)
----spec()
--------offline_geocoder_spec.rb(1KB)
--------spec_helper.rb(149B)
----README.md(2KB)
----lib()
--------cities.db(0B)
--------offline_geocoder.rb(1KB)
--------offline_geocoder()
----Gemfile(164B)
----Rakefile(144B)