GeoLeaf Core API - v3.0.0
Preparing search index...
kernel/geojson/geojson-types
GeoJSONFeature
Interface GeoJSONFeature
GeoJSON Feature (geometry + properties)
interface
GeoJSONFeature
{
type
:
"Feature"
;
id
?:
string
|
number
;
geometry
:
GeoJSONGeometry
;
properties
?:
Record
<
string
,
unknown
>
|
null
;
}
Index
Properties
type
id?
geometry
properties?
Properties
type
type
:
"Feature"
Optional
id
id
?:
string
|
number
geometry
geometry
:
GeoJSONGeometry
Optional
properties
properties
?:
Record
<
string
,
unknown
>
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
id
geometry
properties
GeoLeaf Core API - v3.0.0
Loading...
GeoJSON Feature (geometry + properties)