Type Alias VectorGeometryType

VectorGeometryType:
    | "Point"
    | "MultiPoint"
    | "LineString"
    | "MultiLineString"
    | "Polygon"
    | "MultiPolygon"

All possible geometry types