pub type FeatureProperties = HashMap<String, PropertyValue>;Expand description
Properties of a single feature being styled.
This is the same type as the properties map on Feature
and the FeatureState map — a HashMap<String, PropertyValue>.
Aliased Type§
pub struct FeatureProperties { /* private fields */ }