Skip to main content

PropertyTypes

Type Alias PropertyTypes 

Source
pub type PropertyTypes = BTreeMap<String, PropertyKind>;
Expand description

Map property name → authoritative kind. Empty = no schema known (GeoJSON-shaped producers) — per-tile value sniffing applies.

Aliased Type§

pub struct PropertyTypes { /* private fields */ }