pub type VectorPolygon = Vec<VectorLineString>;
Expand description
Definition of a Vector Polygon
Aliased Typeยง
struct VectorPolygon { /* private fields */ }
pub type VectorPolygon = Vec<VectorLineString>;
Definition of a Vector Polygon
struct VectorPolygon { /* private fields */ }