Merge pull request #699 from blacklane/google_places
Integrate the Google Places Details API
No related branches found
No related tags found
Showing
- README.md 21 additions, 0 deletionsREADME.md
- lib/geocoder/lookup.rb 1 addition, 0 deletionslib/geocoder/lookup.rb
- lib/geocoder/lookups/google_places_details.rb 50 additions, 0 deletionslib/geocoder/lookups/google_places_details.rb
- lib/geocoder/results/google_places_details.rb 35 additions, 0 deletionslib/geocoder/results/google_places_details.rb
- test/fixtures/google_places_details_invalid_request 4 additions, 0 deletionstest/fixtures/google_places_details_invalid_request
- test/fixtures/google_places_details_madison_square_garden 120 additions, 0 deletionstest/fixtures/google_places_details_madison_square_garden
- test/fixtures/google_places_details_no_results 4 additions, 0 deletionstest/fixtures/google_places_details_no_results
- test/fixtures/google_places_details_no_reviews 60 additions, 0 deletionstest/fixtures/google_places_details_no_reviews
- test/fixtures/google_places_details_no_types 66 additions, 0 deletionstest/fixtures/google_places_details_no_types
- test/test_helper.rb 7 additions, 0 deletionstest/test_helper.rb
- test/unit/lookups/google_places_details_test.rb 122 additions, 0 deletionstest/unit/lookups/google_places_details_test.rb
Loading
Please register or sign in to comment