nodeOverrides property

List<ModelNodeOverride>? nodeOverrides
getter/setter pair

A collection of node overrides.

A fixed value baked into the model. Changing it means re-sending the whole models source property, so use this for a value that shouldn't change once set. For frequent or interactive updates, use nodeOverrideNames with a data-driven ModelLayer property and MapboxMap.setFeatureState, which merges and is cheap to call often.

Implementation

List<ModelNodeOverride>? nodeOverrides;