Type Alias VectorPolygon

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

Definition of a Vector Polygon

Aliased Typeยง

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