您可以尝试国家/地区限制
function initialize() { var options = { types: ['(cities)'], componentRestrictions: {country: "us"} }; var input = document.getElementById('searchTextField'); var autocomplete = new google.maps.places.Autocomplete(input, options);}更多信息:
ISO 3166-1 alpha-2
可用于将结果限制为特定组。当前,您可以使用componentRestrictions按国家/地区进行过滤。
该国家/地区必须作为两个字符与ISO 3166-1 Alpha-2兼容的国家/地区代码传递。
官方指定的国家/地区代码



