📄️ point
Creates a Point geometry from a position.
📄️ lineString
Creates a LineString geometry from an array of positions.
📄️ polygon
Creates a Polygon geometry from an array of linear rings coordinates.
📄️ multiPoint
Creates a MultiPoint geometry from an array of positions.
📄️ multiLineString
Creates a MultiLineString geometry from an array of line strings coordinates.
📄️ multiPolygon
Creates a MultiPolygon geometry from an array of polygon coordinates.
📄️ geometryCollection
Creates a GeometryCollection geometry from an array of geometries.