getStyleGeoJSONSourceClusterLeaves

Returns all the leaves of a cluster (given its cluster_id), with pagination support: limit is the number of leaves to return (set to Infinity for all points), and offset is the amount of points to skip (for pagination).

Return

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

Parameters

clusterId

from which to retrieve leaves from

limit

is the number of points to return

offset

is the amount of points to skip (for pagination)

sourceId

GeoJSON style source identifier.

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