Type Alias VectorPointGeometry<M>

VectorPointGeometry: VectorBaseGeometry<
    "Point",
    VectorPoint<M>,
    undefined,
    BBOX,
>

PointGeometry is a point

Type Parameters