百度地图api 怎么在百度地图的两个坐标点之间画一条直线
答案:1 悬赏:70 手机版
解决时间 2021-04-29 16:39
- 提问者网友:流星是天使的眼泪
- 2021-04-29 00:39
百度地图api 怎么在百度地图的两个坐标点之间画一条直线
最佳答案
- 五星知识达人网友:野味小生
- 2021-04-29 00:52
var polyline = new BMap.Polyline([
new BMap.Point(lng1,lat1)//起始点的经纬度
new BMap.Point(lng2,lat2)//终止点的经纬度
], {strokeColor:red,//设置颜色
strokeWeight:3, //宽度鸡strokeOpacity:0.5});//透明度
map.addOverlay(polyline);给你个地址吧,都是最基础的例子,我一直在这学:developer.baidu.com/map/jsdemo.htm
new BMap.Point(lng1,lat1)//起始点的经纬度
new BMap.Point(lng2,lat2)//终止点的经纬度
], {strokeColor:red,//设置颜色
strokeWeight:3, //宽度鸡strokeOpacity:0.5});//透明度
map.addOverlay(polyline);给你个地址吧,都是最基础的例子,我一直在这学:developer.baidu.com/map/jsdemo.htm
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯