GeometryPolygon
Work in progress.
Import
import { GeometryPolygon } from "@tai-kun/surrealdb/decodeonly-datatypes";import { GeometryPolygon } from "@tai-kun/surrealdb/encodable-datatypes";import { GeometryPolygon } from "@tai-kun/surrealdb/standard-datatypes";
.constructor()
Creates a new GeometryPolygon
object.
new GeometryPolygon(source);
Arguments
source
Work in progress.
Return Value
When called with new
, GeometryPolygon
returns its instance.