After looking into this bind google places autocomplete on textbox without instantiating a google map (Got no solution)
I want to show this https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete on my site with out the map. In other words i just need the text search box.
I first implemented this https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-addressform to my site. But i come to know that it is not able to search some places. Like Berkley Hotel Savoy Hotel Ritz Hotel Andaz Hotel Landmark Hotel Lanesborough Hotel
But the one with map is working fine . I am removing anything like map initialization or hiding the map with display:none it also hides and disables the text search field.
Thanks for help in advance