VectorPolygon

Type Alias VectorPolygon 

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

Definition of a Vector Polygon

Aliased Typeยง

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