Package-level declarations
Types
Link copied to clipboard
open class FeaturesetFeature<FS : FeatureState> @RestrictTo(value = [RestrictTo.Scope.LIBRARY ] ) constructor(val id: FeaturesetFeatureId?, val descriptor: TypedFeaturesetDescriptor<FS, *>, val state: FS, originalFeature: Feature)
The map interaction result object returned in the callback of:
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
Base class for holding the typed feature state keys that could be used in removeFeatureState
.
Link copied to clipboard
Callback for MapboxMap.queryRenderedFeatures
.
Link copied to clipboard
Base class to differentiate featuresets.
Functions
Link copied to clipboard
Builder function to create FeatureState.