Reputation: 12281
I am confused about which location service api to query to get an autocomplete widget working like they have at zimride: http://www.zimride.com/
What are these guys using that says powered by Google?
I need local national data for India but not google maps at the moment. Should I be looking at the places api? I am looking for an html5/javascript implementation for my mobile web app.
Upvotes: 0
Views: 82
Reputation: 739
I'm doing the same in RSA.
Check out:
https://github.com/ddidier/address_picker-rails
Works perfect!
Upvotes: 1
Reputation: 5788
Google offers a "Places Autocomplete API". The documentation is at https://developers.google.com/places/documentation/autocomplete
Upvotes: 1