LineString

Type Alias LineString 

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

Coordinates of a line described by a list of two or more points. Each point is defined as a pair of two numbers in an array, representing coordinates of a point in 2D space.

Aliased Typeยง

pub struct LineString { /* private fields */ }