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
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).