Skip to main content
Version: Next

coordEachCallback

描述

¥Description

coordEach 的回调函数

¥Callback for coordEach

定义

¥Definition

函数 (

¥function (

名称类型描述
currentCoord数组<number>The current coordinate being processed.
coordIndexnumberThe current index of the coordinate being processed.
featureIndexnumberThe current index of the Feature being processed.
multiFeatureIndexnumberThe current index of the Multi-Feature being processed.
geometryIndexnumberThe current index of the Geometry being processed.

)

返回

¥Returns

void