我正在使用英语语言的get-direction功能。相同的功能不适用于韩语。
<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。在为不同语言工作时要注意的任何其他事情。