https://google-developers.appspot.com/maps/documentation/javascript/examples/places-autocomplete
I have a page similar to the above google places autocomplete demo url whereby if i type Buckingham Palace. It will return results of
- Buckingham Palace Road, London, United Kingdom
- Buckingham Palace Shop, Buckingham Palace Road, Victoria, London,
United Kingdom
and etc. How do i remove London, United Kingdom from the results?
This is not possible without manually processing the results. If you think that it would be a useful feature, please file a Places API – Feature Request.