Compartir a través de


GeoJsonObjectOutput type

Objeto GeoJSON válido. Consulte RFC 7946 para obtener más información.

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