PointGeometry

Type Alias PointGeometry 

Source
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: GeometryType

The geometry type

§coordinates: Point

The geometry shape

§m_values: Option<M>

The M-Values shape

§bbox: Option<BBox>

The BBox shape