Appearance
flowTrailPlaneLine
FlowTrailPlaneLine
new FlowTrailPlaneLine(options)
道路流动线,与道路实线结合使用效果更佳
Param | Type | Description |
---|---|---|
options | Object | |
options.name | string | 道路名称 |
options.lineWidth | number | 道路宽度 |
options.isClose | boolean | 是否闭环 |
options.show | show | 是否显示 |
options.path | Array | 坐标数组 |
options.duration | duration | 动画持续时长 |
options.canvas | HTMLCanvasElement | 画布 |