NextGIS Frontend
Preparing search index...
@nextgis/ngw-map
StarterKit
Interface StarterKit
interface
StarterKit
{
getLayerAdapters
()
:
Promise
<
LayerAdapterCreators
[]
>
;
getSettings
(
webMap
?:
WebMap
<
any
,
any
,
any
,
WebMapEvents
,
MapOptions
<
any
,
any
>
>
,
)
:
Promise
<
MapOptions
<
any
,
any
>
>
;
onLoadSync
(
webMap
:
WebMap
)
:
Promise
<
any
>
;
onMapClick
(
evt
:
MapClickEvent
,
webMap
?:
WebMap
<
any
,
any
,
any
,
WebMapEvents
,
MapOptions
<
any
,
any
>
>
,
)
:
void
;
}
Implemented by
NgwKit
QmsKit
Index
Methods
get
Layer
Adapters?
get
Settings?
on
Load
Sync?
on
Map
Click?
Methods
Optional
get
Layer
Adapters
getLayerAdapters
()
:
Promise
<
LayerAdapterCreators
[]
>
Returns
Promise
<
LayerAdapterCreators
[]
>
Optional
get
Settings
getSettings
(
webMap
?:
WebMap
<
any
,
any
,
any
,
WebMapEvents
,
MapOptions
<
any
,
any
>
>
,
)
:
Promise
<
MapOptions
<
any
,
any
>
>
Parameters
Optional
webMap
:
WebMap
<
any
,
any
,
any
,
WebMapEvents
,
MapOptions
<
any
,
any
>
>
Returns
Promise
<
MapOptions
<
any
,
any
>
>
Optional
on
Load
Sync
onLoadSync
(
webMap
:
WebMap
)
:
Promise
<
any
>
Parameters
webMap
:
WebMap
Returns
Promise
<
any
>
Optional
on
Map
Click
onMapClick
(
evt
:
MapClickEvent
,
webMap
?:
WebMap
<
any
,
any
,
any
,
WebMapEvents
,
MapOptions
<
any
,
any
>
>
,
)
:
void
Parameters
evt
:
MapClickEvent
Optional
webMap
:
WebMap
<
any
,
any
,
any
,
WebMapEvents
,
MapOptions
<
any
,
any
>
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Layer
Adapters
get
Settings
on
Load
Sync
on
Map
Click
NextGIS Frontend
Loading...