VectorLineString

Type Alias VectorLineString 

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

Definition of a Vector LineString

Aliased Typeยง

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