You should know that in websites like Facebook it is possible to enter the name of a place in a textbox to get some suggestions. For example, typing “San” you would have as suggestions “San Francisco, San Paulo and so…”
How can I make up something like this? Do I have to implement Google Map’s APIs? Sorry for ignorance, I have no experience regard this topic. Thank You 🙂
You should know that in websites like Facebook it is possible to enter the
Share
You could use JQuery for the auto completion of text box, and after when you type enter, implement the Map of the location in for site using Google Maps API
JQuery Auto Completion -> http://jqueryui.com/demos/autocomplete/