coordEachCallback
描述
¥Description
coordEach 的回调函数
¥Callback for coordEach
定义
¥Definition
函数 (
¥function (
名称 | 类型 | 描述 |
---|---|---|
currentCoord | 数组<number> | The current coordinate being processed. |
coordIndex | number | The current index of the coordinate being processed. |
featureIndex | number | The current index of the Feature being processed. |
multiFeatureIndex | number | The current index of the Multi-Feature being processed. |
geometryIndex | number | The current index of the Geometry being processed. |
)
返回
¥Returns
void