Share via


GeoJSONFeatureCollectionFeaturesItem interface

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

プロパティ

geometry
properties

プロパティには、 に関する追加のメタデータを Feature含めることができます。 値には、任意の JSON オブジェクトまたは JSON null 値を指定できます

type

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

プロパティの詳細

geometry

geometry?: GeoJSONGeometryUnion

プロパティ値

properties

プロパティには、 に関する追加のメタデータを Feature含めることができます。 値には、任意の JSON オブジェクトまたは JSON null 値を指定できます

properties?: any

プロパティ値

any

type

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

type?: string

プロパティ値

string