pub type LineString = Vec<Point>;
Definition of a LineString
pub struct LineString { /* private fields */ }