查找使用葡萄牙语巴西语言的地方不起作用,只能用英语 =/。
使用: http ://maps.googleapis.com/maps/api/js?libraries=places&key=----&sensor=false&language=pt-BR
例子:
var request = {
location: results[0].geometry.location,
radius: '500',
types: [localType]
};
巴西葡萄牙语的 localtype 不起作用,只有英语。