Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
<internal>
BaseGeoJson
Interface BaseGeoJson<Type>
interface
BaseGeoJson
<
Type
>
{
crs
?:
{
properties
:
{
name
:
string
;
}
;
type
:
"name"
;
}
;
properties
?:
Record
<
string
,
unknown
>
;
type
:
Type
;
}
Type Parameters
Type
Hierarchy (
view full
)
BaseGeoJson
GeoJsonGeometryCollection
GeoJsonLineString
GeoJsonMultiLineString
GeoJsonMultiPoint
GeoJsonMultiPolygon
GeoJsonPoint
GeoJsonPolygon
Index
Properties
crs?
properties?
type
Properties
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
:
Type
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
crs
properties
type
Documentation
Loading...