@maplibre/ngx-maplibre-gl
Home
Examples
Preparing search index...
SetupMap
Type Alias SetupMap
type
SetupMap
=
{
mapEvents
:
MapEvent
;
mapOptions
:
Omit
<
MapOptions
,
"bearing"
|
"pitch"
|
"zoom"
>
&
{
bearing
?:
[
number
]
;
pitch
?:
[
number
]
;
projection
?:
ProjectionSpecification
;
terrain
?:
TerrainSpecification
;
zoom
?:
[
number
]
;
}
;
}
Index
Properties
map
Events
map
Options
Properties
map
Events
mapEvents
:
MapEvent
map
Options
mapOptions
:
Omit
<
MapOptions
,
"bearing"
|
"pitch"
|
"zoom"
>
&
{
bearing
?:
[
number
]
;
pitch
?:
[
number
]
;
projection
?:
ProjectionSpecification
;
terrain
?:
TerrainSpecification
;
zoom
?:
[
number
]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
map
Events
map
Options
Home
Examples
@maplibre/ngx-maplibre-gl
Loading...