getStyleGeoJSONSourceClusterExpansionZoom

Returns the zoom on which the cluster expands into several children (useful for "click to zoom" feature).

Return

The zoom on which the cluster expands into several children or a string describing an error if the operation was not successful.

Parameters

clusterId

Cluster from which to retrieve the expansion zoom from

sourceId

GeoJSON style source identifier.

open override fun getStyleGeoJSONSourceClusterExpansionZoom(sourceId: String, clusterId: Int): Expected<Byte, String>