Package-level declarations

Types

Link copied to clipboard

Should not be used directly. Derived classes should be used instead.

Link copied to clipboard

Holder class to differentiate featuresets.

Link copied to clipboard
open class FeatureStateValue(val key: String, val value: Value)

Helper wrapper class needed for generic MapboxMap.setFeatureState.

Link copied to clipboard
class InteractiveFeature<FH : FeaturesetHolder>(featuresetHolder: FH, feature: Feature, featureNamespace: String?, state: Value) : BaseInteractiveFeature<FH, FeatureStateValue>

The interactive feature object returned in the callback of interactions when using the featureset factory method (e.g. ClickInteraction.featureset or LongClickInteraction.featureset).