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?
A high-level building group like building-2d, building-3d, etc.
no setter
stateSnapshot StandardBuildingsState
A feature state.
no setter