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