Condividi tramite


GeoJsonGeometryOutput type

Oggetto geometry valido GeoJSON . Il tipo deve essere uno dei sette tipi di geometria GeoJSON validi- Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon e GeometryCollection. Per informazioni dettagliate, vedere RFC 7946 .

type GeoJsonGeometryOutput =
  | GeoJsonGeometryOutputParent
  | GeoJsonPointOutput
  | GeoJsonMultiPointOutput
  | GeoJsonLineStringOutput
  | GeoJsonMultiLineStringOutput
  | GeoJsonPolygonOutput
  | GeoJsonMultiPolygonOutput
  | GeoJsonGeometryCollectionOutput