I am running Google Places Autocomplete on my search input on a website. Works like clockwork.
What I want is to limit the suggestions from Google (cities in this case) to a predefined set of cities (e.g. Amsterdam, Paris, berlin, and so forth).
Is there a way I can do this? I have scanned Google's API pages as well as stackoverflow but haven't been able to find an answer.
(I guess in essence what I want is the to change the immense database Google uses to one with just a dozen or so cities.)
Thanks!