alexreisner / geocoder

Complete Ruby geocoding solution.
http://www.rubygeocoder.com
MIT License
6.35k stars 1.19k forks source link

Geocoder with Google Place Autocomplete #1135

Closed nikkisaumya closed 7 years ago

nikkisaumya commented 7 years ago
screen shot 2016-12-23 at 11 50 13 am

Geocoder gem does not resolve coordinates for certain addresses (for eg : "Barbeque nation Indiranagar Bangalore, India ") chosen from the Google Place Autocomplete

TrangPham commented 7 years ago

This is an issue with the underlying service you're using to geocode. If that service does not return values for a location, geocoder would not return anything either.

The best way to check is to use the API call directly using curl or your browser to ping the API service.

indokathan commented 7 years ago

Also having an issue here. It seems that a few weeks ago, this was working just fine - but isn't now. Changing the lookup service doesn't change behavior.

Sampha commented 7 years ago

Hey, indokathan! I tried running through the same examples that you did and received the proper co-ordinates

Are you still having this issue?

irb(main):001:0> Geocoder.coordinates("barbeque nation indiranagar bangalore") => [12.96252, 77.64143899999999]