为什么Google Maps Javascript API Places Library会在自动填充功能中为巴西国家/地区返回字符串“Republica Federativa do Brasil”而不是“Brasil”?
这在我的应用程序中引起了我几个问题。你能帮忙吗?
答案 0 :(得分:3)
这看起来像是一个区域设置问题。您可以指定要返回的区域设置。看这里: https://developers.google.com/maps/documentation/javascript/basics#Localization
®ion=GB&language=en
替换为您需要的区域设置代码。见Language codes here