次の方法で共有


GeoJsonObjectOutput type

有効な GeoJSON オブジェクト。 詳細については、 RFC 7946 を参照してください。

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