Type Alias rust::geometry::LineString

source ·
pub type LineString = Vec<Point>;
Expand description

Definition of a LineString

Aliased Type§

struct LineString { /* private fields */ }