Skip to main content
Version: 7.3.0

geomEachCallback

描述

🌐 Description

geomEach 的回调函数

🌐 Callback for geomEach

定义

🌐 Definition

函数 (

🌐 function (

名称类型描述
currentGeometryGeometryObject当前正在处理的几何对象。
featureIndexnumber当前正在处理的要素索引。
featurePropertiesGeoJsonProperties当前正在处理的要素属性。
featureBBoxBBox当前正在处理的要素边界框。
featureIdId当前正在处理的要素 ID。

)

返回

🌐 Returns

void