StandardBuildingsFeature extension

Featureset describing the buildings.

Use the StandardBuildings() descriptor to handle interactions on Buildings features:

mapboxMap.addInteraction(TapInteraction(StandardBuildings(), (feature, context) {
    // Handle the tapped feature here
}));
on

Properties

group String?

Available on TypedFeaturesetFeature<StandardBuildings>, provided by the StandardBuildingsFeature extension

A high-level building group like building-2d, building-3d, etc.
no setter
stateSnapshot StandardBuildingsState

Available on TypedFeaturesetFeature<StandardBuildings>, provided by the StandardBuildingsFeature extension

A feature state.
no setter