Google Places Autocomplete Remove State and Country from Result
问题 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? 回答1: This is not possible without manually processing the results. If