Feature interface

GeoJSON Feature object representing a geographic entity

Properties

geometry

Geometry object defining the feature's shape

properties

Feature properties

type

GeoJSON type identifier for Feature

Property Details

geometry

Geometry object defining the feature's shape

geometry: GeometryUnion

Property Value

properties

Feature properties

properties?: Record<string, any>

Property Value

Record<string, any>

type

GeoJSON type identifier for Feature

type: string

Property Value

string