Members
Methods
异步调入指定url的GeoJson数据
| Name | Type | Description |
|---|---|---|
url |
string |
当解析出每一个LineString类型时回调
| Name | Type | Description |
|---|---|---|
points |
Vector3[] | 点数组 |
properties |
object | 关联属性 |
当解析出每一个MultiLineString类型时回调
| Name | Type | Description |
|---|---|---|
pointsArray |
Vector3[][] | 点二维数组 |
properties |
object | 关联属性 |
当解析出每一个MultiPoint类型时回调
| Name | Type | Description |
|---|---|---|
points |
Vector3[] | 点数组 |
properties |
object | 关联属性 |
当解析出每一个Point类型时回调
| Name | Type | Description |
|---|---|---|
point |
Vector3 | 点 |
properties |
object | 关联属性 |