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