次の方法で共有


GeoJSONGeometryCollection interface

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

プロパティ

geometries

有効な GeoJSON geometry オブジェクトの一覧を格納します。

type

オブジェクトの を type 指定します。 値は常に "GeometryCollection" と等しい必要があります。

プロパティの詳細

geometries

有効な GeoJSON geometry オブジェクトの一覧を格納します。

geometries: GeoJSONGeometryUnion[]

プロパティ値

type

オブジェクトの を type 指定します。 値は常に "GeometryCollection" と等しい必要があります。

type?: string

プロパティ値

string