我有一个获取英语方向的功能。相同的功能不适用于韩语。
<script src="//maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=places></script>
这是变化,其余一切都很好。
<script src="//maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=places&language=ko"></script>
在获取两个地址之间的方向时,响应随之而来
status="ZERO_RESULT"
是因为韩文字符吗?因为它在谷歌地图中工作但不使用 API。使用不同语言工作时需要注意的任何其他事项。