GeoJSONGeometryUnion type

Contains the possible cases for GeoJSONGeometry.

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