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