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
}));
Properties
- group → String?
-
Available on TypedFeaturesetFeature<
A high-level building group like building-2d, building-3d, etc.StandardBuildings> , provided by the StandardBuildingsFeature extensionno setter - stateSnapshot → StandardBuildingsState
-
Available on TypedFeaturesetFeature<
A feature state.StandardBuildings> , provided by the StandardBuildingsFeature extensionno setter