• H5唤起地图导航路线,唤起高德地图app,百度地图,腾讯


    1.高德地图

    1. <a href="https://uri.amap.com/marker?position=经度,纬度&name=所在的位置名称">高德地图</a>
    2. <a href="http://uri.amap.com/navigation?from=114.02597366,22.54605355&to=114.029243,22.609562&mode=car&src=nyx_super;">高德地图</a>
    3. <a href="http://uri.amap.com/navigation?from=开始位置经度,开始位置纬度&to=结束位置经度,结束位置纬度&mode=car&src=nyx_super;">高德地图</a>

    2.百度地图

    1. <a href="http://api.map.baidu.com/marker?location=纬度,经度&title=所在位置名称&content=所在位置的简介(可选)&output=html">百度地图</a>
    2. <a href="http://api.map.baidu.com/direction?origin=起点纬度,起点经度&destination=终点纬度,终点经度&mode=driving®ion=深圳&output=html">百度地图</a>

    3.腾讯地图:

    腾讯地图

     let webviewURL = 'http://apis.map.qq.com/uri/v1/markermarker=coord:31.2353,121.48108;addr:上海市人民广场'  // 腾讯

    uniapp demo

    /pages/index/index.vue:

    /pages/index/webview.vue :


     

     

  • 相关阅读:
    黑龙江科技大学计算机考研资料汇总
    Redis使用基础教程
    基于流量感知的网络切片资源智能分配方法
    利用OpenCV做个熊猫表情包 二
    jeesite实现excel导入功能(保姆级图文教程)
    列表页面新增 字段查询 ,点击查询后,前端页面和后端控制台 出现红色报错信息,查询数据失败。
    MallBook联合人民交通出版社,推动驾培领域新发展,开启驾培智慧交易新生态
    【直播笔记0819】 面试必问之微服务架构
    java计算机毕业设计springboot+vue气象观测数据样本构建与分析系统-天气预报网站
    前端微信支付代码(公众号支付)
  • 原文地址:https://blog.csdn.net/wwf1225/article/details/133902237