pub type PolygonMValues<M = Map<String, ValueType>> = Vec<Vec<M>>;
Polygon MValues Shape
pub struct PolygonMValues<M = Map<String, ValueType>> { /* private fields */ }