I have implemented autocomplete search box. From here, Places search box I have seen this question, how-to-display-custom-places-in-google-maps-api-search-results But it was unable to help me. The accepted answer is not showing custom places in auto completed result.
Now I want to show also my own custom places (from a JSON list of places) along with Google's place suggestion at autocomplete result. How can I implement this?