百度地图路书
Posted caoxen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了百度地图路书相关的知识,希望对你有一定的参考价值。
<script type="text/javascript" src="https://api.map.baidu.com/library/LuShu/1.2/src/LuShu_min.js"></script>
lushu = new BMapLib.LuShu(map, pointArray, defaultContent: ‘‘,//显示信息 autoView: true,//是否开启自动视野调整,如果开启那么路书在运动过程中会根据视野自动调整 icon: new BMap.Icon(‘/static/img/arrow.png‘, new BMap.Size(30, 30)), speed: speed,//速度 enableRotation: false, //是否设置marker随着道路的走向进行旋转 landmarkPois: []
);
/** * 路书播放 */ function start() stopAllPoly(); if (lushu) lushu.start(); /** * 路书暂停 */ function pause() if (lushu) lushu.pause(); /** * 路书停止 */ function stop() if (lushu) lushu.stop();
以上是关于百度地图路书的主要内容,如果未能解决你的问题,请参考以下文章