Skip to main content
Version: Next

geomEachCallback

描述

¥Description

geomEach 的回调函数

¥Callback for geomEach

定义

¥Definition

函数 (

¥function (

名称类型描述
currentGeometryGeometryObjectThe current Geometry being processed.
featureIndexnumberThe current index of the Feature being processed.
featurePropertiesGeoJsonPropertiesThe current Feature Properties being processed.
featureBBoxBBoxThe current Feature BBox being processed.
featureIdIDThe current Feature Id being processed.

)

返回

¥Returns

void