Feature

「type」という名前のフィールドに文字列「Feature」、「geometry」という名前のフィールドにジオメトリ、「properties」という名前のフィールドにキーと値のプロパティを含む GeoJSON フィーチャー オブジェクト(RFC 7946 を参照)。

JSON 表現
{
  "type": string,
  "geometry": value,
  "properties": value
}
フィールド
type

string

この文字列は常に存在し、「Feature」と等しくなります。

geometry

value (Value format)

対象物のジオメトリ。このフィーチャーにジオメトリが存在する場合、google.protobuf.Struct が含まれます。それ以外の場合は、google.protobuf.NullValue を保持します。

properties

value (Value format)

フィーチャーのプロパティ。この機能のプロパティが存在する場合、google.protobuf.Struct が含まれます。それ以外の場合は、google.protobuf.NullValue を保持します。