pub type LineStringGeometry<M = Map<String, ValueType>> = BaseGeometry<Vec<M>, Vec<Point>, BBox>;Expand description
LineStringGeometry is a line
Aliased Type§
pub struct LineStringGeometry<M = Map<String, ValueType>> {
pub _type: GeometryType,
pub coordinates: Vec<Point>,
pub m_values: Option<Vec<M>>,
pub bbox: Option<BBox>,
}Fields§
§_type: GeometryTypeThe geometry type
coordinates: Vec<Point>The geometry shape
m_values: Option<Vec<M>>The M-Values shape
bbox: Option<BBox>The BBox shape