Merge pull request #315 from modeset/master
Implement actual Mapquest API, not just as a proxy for Nominatim. Add support for the premium (paid) service.
No related branches found
No related tags found
Showing
- README.md 4 additions, 1 deletionREADME.md
- lib/geocoder/lookups/mapquest.rb 25 additions, 4 deletionslib/geocoder/lookups/mapquest.rb
- lib/geocoder/results/mapquest.rb 46 additions, 2 deletionslib/geocoder/results/mapquest.rb
- test/fixtures/mapquest_madison_square_garden.json 50 additions, 25 deletionstest/fixtures/mapquest_madison_square_garden.json
- test/fixtures/mapquest_no_results.json 7 additions, 1 deletiontest/fixtures/mapquest_no_results.json
- test/services_test.rb 26 additions, 1 deletiontest/services_test.rb
- test/test_helper.rb 1 addition, 1 deletiontest/test_helper.rb
Please register or sign in to comment