Type Alias LineString

Source
pub type LineString = Vec<Point>;
Expand description

Definition of a LineString

Aliased Typeยง

pub struct LineString { /* private fields */ }