Udostępnij za pośrednictwem


GeoJsonGeometryOutput type

Prawidłowy GeoJSON obiekt geometryczny. Typ musi być jednym z siedmiu prawidłowych typów geometrii GeoJSON — Punkt, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon i GeometryCollection. Aby uzyskać szczegółowe informacje, zobacz RFC 7946 .

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