ドキュメントを検索

Interface: DataFeatureOptions

DataFeature を構築するためのオプションです。

Properties

geometry?

optional geometry?: Geometry | null

地物のジオメトリです。


id?

optional id?: string | number

地物の識別子です。Data.getFeatureById で参照できます。


properties?

optional properties?: Record<string, unknown>

地物に紐づく任意の属性です。