Type Alias VectorLineString

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

Definition of a Vector LineString

Aliased Typeยง

struct VectorLineString { /* private fields */ }