Share via


GeoJSONGeometryUnion type

GeoJSONGeometry için olası durumları içerir.

type GeoJSONGeometryUnion =
  | GeoJSONGeometry
  | LineString
  | MultiPoint
  | Point
  | MultiPolygon
  | Polygon
  | MultiLineString