我想要做的是将地址设置为目的地和起点(起点)将当前位置作为来源,但它似乎不起作用,我也尝试了我的位置,当前地址,因为我在意大利,我也尝试过使用意大利语,但都一样,任何人都知道正确的命令是什么放置为原点,因此它将自动获取用户位置作为起点
.maps {
width: 600px;
height: 200px;
border: 0;
}
<iframe allowfullscreen="" class="maps" frameborder="0" id="mapnavi" name="mapnavi" src="https://www.google.com/maps/embed/v1/directions?
origin=current+location
&destination=rome
&key=AIzaSyC-5CY9mOCeg5Y3IhPqi_Yd0-DZtWrJl-E">
</iframe>