Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
GeoJsonFeature
Interface GeoJsonFeature
A GeoJSON Feature object.
interface
GeoJsonFeature
{
geometry
:
null
|
GeoJsonGeometry
;
id
?:
string
|
number
;
properties
:
null
|
Record
<
string
,
unknown
>
;
type
:
"Feature"
;
}
Index
Properties
geometry
id?
properties
type
Properties
geometry
geometry
:
null
|
GeoJsonGeometry
Optional
id
id
?:
string
|
number
properties
properties
:
null
|
Record
<
string
,
unknown
>
type
type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
geometry
id
properties
type
@honua/sdk-js
Loading...
A GeoJSON Feature object.