web 打开网页版高德地图指定位置导航

beginNav (address, y, x) {
    // originX: '', // 当前浏览器定位的位置
    // originY: '', // 当前浏览器定位的位置
    let trimAddress = address.replace(/\s+/g, "");
    let src = `https://uri.amap.com/navigation?from=${this.originY},${this.originX},当前位置&to=${y},${x},${trimAddress}&policy=1&coordinate=gaode&callnative=0`
    window.open(src)
}

官方文档指引:

高德地图开放平台

路径规划开发指南

路线规划

web 打开网页版高德地图指定位置导航_第1张图片

你可能感兴趣的:(#,Vue,2.x,前端,java,javascript)