百度地图api 怎么在百度地图的两个坐标点之间画一
百度地图api 怎么在百度地图的两个坐标点之间画一
日期:2022-03-21 08:05:55 人气:1
var polyline = new BMapPolyline([ new BMapPoint(lng1,lat1)//起始点的经纬度 new BMapPoint(lng2,lat2)//终止点的经纬度 ], {strokeColor:"red",//设置颜色 strokeWeight:3, //宽度 strokeOpacity:05})