Share via


GeoJSONGeometryUnion type

Contém os possíveis casos de GeoJSONGeometry.

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