Type Alias PolygonMValues

Source
pub type PolygonMValues<M = Map<String, ValueType>> = Vec<Vec<M>>;
Expand description

Polygon MValues Shape

Aliased Typeยง

struct PolygonMValues<M = Map<String, ValueType>> { /* private fields */ }