Google maps api 3 谷歌方向html指令故障

Google maps api 3 谷歌方向html指令故障,google-maps-api-3,google-places-api,google-directions-api,Google Maps Api 3,Google Places Api,Google Directions Api,我使用的是谷歌服务器html指令响应中的操作描述。但问题不多,我想问: 1是否可以使用查询中指定的语言获取地址名称,但不能使用街道所在国家的语言 例如: 请求语言:en_US 路线所在国:德国 服务器响应: <html_instructions> Take the 1st <b>right</b> onto <b>Halberstädter Straße</b> </html_instructions> 有没有可能得到这样

我使用的是谷歌服务器html指令响应中的操作描述。但问题不多,我想问:

1是否可以使用查询中指定的语言获取地址名称,但不能使用街道所在国家的语言

例如:

请求语言:en_US 路线所在国:德国 服务器响应:

<html_instructions>
Take the 1st <b>right</b> onto <b>Halberstädter Straße</b>
</html_instructions>
有没有可能得到这样的东西:

<html_instructions>
Take the 1st <b>right</b> onto <b>Halberstadter Street</b>
</html_instructions>
来自地理编码API的答案以转录形式提供。在这里也能得到类似的效果

2是否可以获取街道名称、大道、bulevards等-不缩写但完整

例如:

印地安诺拉大道:印地安诺拉大道 联合街:联合街 圣莫尼卡大道:圣莫尼卡大道
您在DirectionRequest中指定region参数的目的是什么?@duncan,在这种情况下,没有任何region添加region:“en_US”