Skip to main content
Version: 7.3.0

coordEachCallback

描述

🌐 Description

coordEach 的回调函数

🌐 Callback for coordEach

定义

🌐 Definition

函数 (

🌐 function (

名称类型描述
currentCoord数组<数字>当前正在处理的坐标。
coordIndex数字当前正在处理的坐标索引。
featureIndex数字当前正在处理的要素索引。
multiFeatureIndex数字当前正在处理的多要素索引。
geometryIndex数字当前正在处理的几何索引。

)

返回

🌐 Returns

void