Partager via


GeoJsonObjectOutput type

Objet GeoJSON valide. Pour plus d’informations, consultez RFC 7946 .

type GeoJsonObjectOutput =
  | GeoJsonGeometryOutput
  | GeoJsonPointOutput
  | GeoJsonFeatureOutput
  | BoundaryOutput
  | GeoJsonMultiPointOutput
  | GeoJsonLineStringOutput
  | GeoJsonMultiLineStringOutput
  | GeoJsonPolygonOutput
  | GeoJsonMultiPolygonOutput
  | GeoJsonGeometryCollectionOutput
  | GeoJsonFeatureCollectionOutput