Package-level declarations
Types
Link copied to clipboard
Holder class to differentiate featuresets.
Link copied to clipboard
Feature state class needed for generic MapboxMap.setFeatureState
and MapboxMap.getFeatureState
.
Link copied to clipboard
Callback for MapboxMap.getFeatureState
.
Link copied to clipboard
class InteractiveFeature<FS : FeatureState>(val featuresetHolder: FeaturesetHolder<FS>, val feature: Feature, val featureNamespace: String?, val state: FS)
The interactive feature object returned in the callback of interactions either interactions (ClickInteraction, LongClickInteraction) or MapboxMap.queryRenderedFeature
.
Link copied to clipboard
Callback for MapboxMap.queryRenderedFeature
.
Functions
Link copied to clipboard
Builder function to create FeatureState.