Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
GeoJsonPoint
Interface GeoJsonPoint
interface
GeoJsonPoint
{
coordinates
:
[
]
|
PositionPosition
;
crs
?:
{
properties
:
{
name
:
string
;
}
;
type
:
"name"
;
}
;
properties
?:
Record
<
string
,
unknown
>
;
type
:
"Point"
;
}
Hierarchy (
view full
)
BaseGeoJson
<
"Point"
>
GeoJsonPoint
Index
Properties
coordinates
crs?
properties?
type
Properties
coordinates
coordinates
:
[
]
|
PositionPosition
Optional
crs
crs
?:
{
properties
:
{
name
:
string
;
}
;
type
:
"name"
;
}
Type declaration
properties
:
{
name
:
string
;
}
name
:
string
type
:
"name"
Optional
properties
properties
?:
Record
<
string
,
unknown
>
type
type
:
"Point"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
coordinates
crs
properties
type
Documentation
Loading...