Package-level declarations

Types

Link copied to clipboard

Represents a buildings featureset from Mapbox Standard Style.

Link copied to clipboard
class StandardBuildingsFeature(id: FeaturesetFeatureId?, importId: String?, originalFeature: Feature, state: StandardBuildingsState) : FeaturesetFeature<StandardBuildingsState>

Featureset describing the buildings.

Link copied to clipboard

Typed feature state class needed for generic MapboxMap.setFeatureState and MapboxMap.getFeatureState when working with StandardBuildings in Mapbox Standard Style.

Link copied to clipboard

State keys for StandardBuildingsState that should be used in removeFeatureState.

Link copied to clipboard

Represents a place-labels featureset from Mapbox Standard Style.

Link copied to clipboard
class StandardPlaceLabelsFeature(id: FeaturesetFeatureId?, importId: String?, originalFeature: Feature, state: StandardPlaceLabelsState) : FeaturesetFeature<StandardPlaceLabelsState>

Points for labeling places including countries, states, cities, towns, and neighborhoods.

Link copied to clipboard

Typed feature state class needed for generic MapboxMap.setFeatureState and MapboxMap.getFeatureState when working with StandardPlaceLabels in Mapbox Standard Style.

Link copied to clipboard
Link copied to clipboard

Represents a poi featureset from Mapbox Standard Style.

Link copied to clipboard
class StandardPoiFeature(id: FeaturesetFeatureId?, importId: String?, originalFeature: Feature, state: StandardPoiState) : FeaturesetFeature<StandardPoiState>

A point of interest.

Link copied to clipboard

Typed feature state class needed for generic MapboxMap.setFeatureState and MapboxMap.getFeatureState when working with StandardPoi in Mapbox Standard Style.

Link copied to clipboard

State keys for StandardPoiState that should be used in removeFeatureState.

Functions

Link copied to clipboard

Create the ClickInteraction for Mapbox Standard Style buildings featureset and an optional importId.

Create the LongClickInteraction for Mapbox Standard Style buildings featureset and an optional importId.

Link copied to clipboard

Create the ClickInteraction for Mapbox Standard Style place-labels featureset and an optional importId.

Create the LongClickInteraction for Mapbox Standard Style place-labels featureset and an optional importId.

Link copied to clipboard

Create the ClickInteraction for Mapbox Standard Style poi featureset and an optional importId.

Create the LongClickInteraction for Mapbox Standard Style poi featureset and an optional importId.

Link copied to clipboard