Type Alias VectorLineString

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

Definition of a Vector LineString

Aliased Typeยง

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