Compartir a través de


GeoJsonObject type

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

type GeoJsonObject =
  | GeoJsonGeometry
  | GeoJsonMultiPoint
  | GeoJsonMultiPolygon
  | GeoJsonPoint
  | GeoJsonLineString
  | GeoJsonMultiLineString
  | GeoJsonPolygon
  | GeoJsonGeometryCollection
  | GeoJsonFeature
  | GeoJsonFeatureCollection