new DrawPolyline( [options])
Parameters:
| Name | Type | Argument | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | object | <optional> | 线属性 Properties
 | 
Extends
Methods
- 
    <static> start(cb)
- 
    
    开始动态获绘制线Parameters:Name Type Description cbfunction 回调函数 Exampledraw.start((err,positions)=>{ })