Type Alias VectorPolygon

Source
pub type VectorPolygon = Vec<VectorLineString>;
Expand description

Definition of a Vector Polygon

Aliased Typeยง

struct VectorPolygon { /* private fields */ }