Is there any way to achieve auto completing as similar to the http://maps.google.com where it directly start doing suggestions even if I type a single letter?
I know theres this google.maps.places.Autocomplete class however I definetly need to suggest for a single country and this is not possible with this API due to lack of settings.
Thanks