pub type PointGeometry = BaseGeometry<Point, MValue, BBox>;Expand description
PointGeometry is a point
Aliased Type§
pub struct PointGeometry {
pub _type: GeometryType,
pub coordinates: (f64, f64),
pub m_values: Option<BTreeMap<String, ValueType>>,
pub bbox: Option<BBox>,
}Fields§
§_type: GeometryTypeThe geometry type
coordinates: (f64, f64)The geometry shape
m_values: Option<BTreeMap<String, ValueType>>The M-Values shape
bbox: Option<BBox>The BBox shape