Merge pull request #1088 from aleemuddin13/master
Added LocationIQ provider
No related branches found
No related tags found
Showing
- README.md 11 additions, 0 deletionsREADME.md
- lib/geocoder/lookup.rb 1 addition, 0 deletionslib/geocoder/lookup.rb
- lib/geocoder/lookups/location_iq.rb 32 additions, 0 deletionslib/geocoder/lookups/location_iq.rb
- lib/geocoder/results/location_iq.rb 6 additions, 0 deletionslib/geocoder/results/location_iq.rb
- test/fixtures/location_iq_invalid_api_key 3 additions, 0 deletionstest/fixtures/location_iq_invalid_api_key
- test/fixtures/location_iq_madison_square_garden 150 additions, 0 deletionstest/fixtures/location_iq_madison_square_garden
- test/fixtures/location_iq_no_results 1 addition, 0 deletionstest/fixtures/location_iq_no_results
- test/fixtures/location_iq_over_limit 1 addition, 0 deletionstest/fixtures/location_iq_over_limit
- test/test_helper.rb 8 additions, 0 deletionstest/test_helper.rb
- test/unit/lookups/location_iq_test.rb 24 additions, 0 deletionstest/unit/lookups/location_iq_test.rb
lib/geocoder/lookups/location_iq.rb
0 → 100644
lib/geocoder/results/location_iq.rb
0 → 100644
test/fixtures/location_iq_invalid_api_key
0 → 100644
test/fixtures/location_iq_no_results
0 → 100644
test/fixtures/location_iq_over_limit
0 → 100644
test/unit/lookups/location_iq_test.rb
0 → 100644
Please register or sign in to comment