pub type VectorLineString<M = Map<String, ValueType>> = Vec<VectorPoint<M>>;
Definition of a Vector LineString
pub struct VectorLineString<M = Map<String, ValueType>> { /* private fields */ }