Type Alias LineString

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

Definition of a LineString

Aliased Typeยง

struct LineString { /* private fields */ }