Interface FeatureGeoJson<PropertiesType>

A GeoJSON feature.

See

RFC 7946

Type Parameters

  • PropertiesType

Hierarchy

  • FeatureGeoJson

Properties

@context?: JsonLdContext
geometry: GeoJsonGeometry
id?: string
properties: PropertiesType
type: "Feature"

Generated using TypeDoc