observation-js Documentation - v1.16.0
Preparing search index...
GeoJSONFeature
Interface GeoJSONFeature<G>
interface
GeoJSONFeature
<
G
extends
GeoJSONGeometry
|
null
=
GeoJSONGeometry
>
{
type
:
"Feature"
;
geometry
:
G
;
properties
:
Record
<
string
,
unknown
>
|
null
;
}
Type Parameters
G
extends
GeoJSONGeometry
|
null
=
GeoJSONGeometry
Index
Properties
type
geometry
properties
Properties
type
type
:
"Feature"
geometry
geometry
:
G
properties
properties
:
Record
<
string
,
unknown
>
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
geometry
properties
observation-js Documentation - v1.16.0
Loading...