getStyleGeoJSONSourceClusterChildren

Returns the children of a cluster (on the next zoom level).

Return

An array of features for the underlying children or a string describing an error if the operation was not successful.

Parameters

clusterId

from which to retrieve children from

sourceId

GeoJSON style source identifier.

open override fun getStyleGeoJSONSourceClusterChildren(sourceId: String, clusterId: Int): Expected<MutableList<Feature>, String>