Partager via


GeoJsonGeometryOutput type

Objet geometry GeoJSON valide. Le type doit être l’un des sept types de géométrie GeoJSON valides : Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon et GeometryCollection. Pour plus d’informations, reportez-vous à RFC 7946.

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