One question: How to implement GEO search tip as http://www.airbnb.com has?
When I start writing “Lond..” it auto-suggests “London” etc. The same with other points on map. Where to search information about it?
One question: How to implement GEO search tip as www.airbnb.com has? When I start
Share
Have a look at this blog post from Google which describes how to use Google Places Autocomplete to accomplish what you’re asking about.
(Note: there’s a good chance that airbnb.com uses something other than the Google Places API, probably an in-house service – actually I just viewed source and they are using Google Places API for something)