Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/map
MapComponentObserver
Interface MapComponentObserver<C>
Type parameters
C
:
MapComponent
=
MapComponent
Hierarchy
ComponentObserver
<
C
>
MapComponentObserver
Index
Methods
component
Did
Assemble
component
Did
Compute
component
Did
Generate
component
Did
Insert
Child
Component
component
Did
Mount
component
Did
Power
component
Did
Remove
Child
Component
component
Did
Resolve
component
Did
Revise
component
Did
Set
Canvas
View
component
Did
Set
Container
View
component
Did
Set
Geo
Viewport
component
Did
Set
Layer
component
Did
Set
Layer
Geo
Bounds
component
Did
Set
Layer
Trait
component
Did
Set
Layer
View
component
Did
Set
Map
Trait
component
Did
Set
Map
View
component
Did
Set
Parent
Component
component
Did
Unmount
component
Did
Unpower
component
Will
Assemble
component
Will
Compute
component
Will
Generate
component
Will
Insert
Child
Component
component
Will
Mount
component
Will
Power
component
Will
Remove
Child
Component
component
Will
Resolve
component
Will
Revise
component
Will
Set
Canvas
View
component
Will
Set
Container
View
component
Will
Set
Geo
Viewport
component
Will
Set
Layer
component
Will
Set
Layer
Geo
Bounds
component
Will
Set
Layer
Trait
component
Will
Set
Layer
View
component
Will
Set
Map
Trait
component
Will
Set
Map
View
component
Will
Set
Parent
Component
component
Will
Unmount
component
Will
Unpower
Methods
Optional
component
Did
Assemble
component
Did
Assemble
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Compute
component
Did
Compute
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Generate
component
Did
Generate
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Insert
Child
Component
component
Did
Insert
Child
Component
(
childComponent
:
Component
, targetModel
:
null
|
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
targetModel:
null
|
Component
component:
C
Returns
void
Optional
component
Did
Mount
component
Did
Mount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Did
Power
component
Did
Power
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Did
Remove
Child
Component
component
Did
Remove
Child
Component
(
childComponent
:
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
component:
C
Returns
void
Optional
component
Did
Resolve
component
Did
Resolve
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Revise
component
Did
Revise
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Did
Set
Canvas
View
component
Did
Set
Canvas
View
(
newCanvasView
:
null
|
CanvasView
, oldCanvasView
:
null
|
CanvasView
, component
:
C
)
:
void
Parameters
newCanvasView:
null
|
CanvasView
oldCanvasView:
null
|
CanvasView
component:
C
Returns
void
Optional
component
Did
Set
Container
View
component
Did
Set
Container
View
(
newContainerView
:
null
|
HtmlView
, oldContainerView
:
null
|
HtmlView
, component
:
C
)
:
void
Parameters
newContainerView:
null
|
HtmlView
oldContainerView:
null
|
HtmlView
component:
C
Returns
void
Optional
component
Did
Set
Geo
Viewport
component
Did
Set
Geo
Viewport
(
newGeoViewport
:
GeoViewport
, oldGeoViewport
:
GeoViewport
, component
:
C
)
:
void
Parameters
newGeoViewport:
GeoViewport
oldGeoViewport:
GeoViewport
component:
C
Returns
void
component
Did
Set
Layer
component
Did
Set
Layer
(
newLayerComponent
:
null
|
GeoComponent
, oldLayerComponent
:
null
|
GeoComponent
, layerFastener
:
ComponentFastener
<
C
,
GeoComponent
,
never
>
)
:
void
Parameters
newLayerComponent:
null
|
GeoComponent
oldLayerComponent:
null
|
GeoComponent
layerFastener:
ComponentFastener
<
C
,
GeoComponent
,
never
>
Returns
void
Optional
component
Did
Set
Layer
Geo
Bounds
component
Did
Set
Layer
Geo
Bounds
(
newLayerGeoBounds
:
GeoBox
, oldLayerGeoBounds
:
GeoBox
, layerFastener
:
ComponentFastener
<
C
,
GeoComponent
,
never
>
)
:
void
Parameters
newLayerGeoBounds:
GeoBox
oldLayerGeoBounds:
GeoBox
layerFastener:
ComponentFastener
<
C
,
GeoComponent
,
never
>
Returns
void
Optional
component
Did
Set
Layer
Trait
component
Did
Set
Layer
Trait
(
newLayerTrait
:
null
|
GeoTrait
, oldLayerTrait
:
null
|
GeoTrait
, layerFastener
:
ComponentFastener
<
C
,
GeoComponent
,
never
>
)
:
void
Parameters
newLayerTrait:
null
|
GeoTrait
oldLayerTrait:
null
|
GeoTrait
layerFastener:
ComponentFastener
<
C
,
GeoComponent
,
never
>
Returns
void
Optional
component
Did
Set
Layer
View
component
Did
Set
Layer
View
(
newLayerView
:
null
|
GeoView
, oldLayerView
:
null
|
GeoView
, layerFastener
:
ComponentFastener
<
C
,
GeoComponent
,
never
>
)
:
void
Parameters
newLayerView:
null
|
GeoView
oldLayerView:
null
|
GeoView
layerFastener:
ComponentFastener
<
C
,
GeoComponent
,
never
>
Returns
void
Optional
component
Did
Set
Map
Trait
component
Did
Set
Map
Trait
(
newMapTrait
:
null
|
MapTrait
, oldMapTrait
:
null
|
MapTrait
, component
:
C
)
:
void
Parameters
newMapTrait:
null
|
MapTrait
oldMapTrait:
null
|
MapTrait
component:
C
Returns
void
Optional
component
Did
Set
Map
View
component
Did
Set
Map
View
(
newMapView
:
null
|
MapView
, oldMapView
:
null
|
MapView
, component
:
C
)
:
void
Parameters
newMapView:
null
|
MapView
oldMapView:
null
|
MapView
component:
C
Returns
void
Optional
component
Did
Set
Parent
Component
component
Did
Set
Parent
Component
(
newParentComponent
:
null
|
Component
, oldParentComponent
:
null
|
Component
, component
:
C
)
:
void
Parameters
newParentComponent:
null
|
Component
oldParentComponent:
null
|
Component
component:
C
Returns
void
Optional
component
Did
Unmount
component
Did
Unmount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Did
Unpower
component
Did
Unpower
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Assemble
component
Will
Assemble
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Compute
component
Will
Compute
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Generate
component
Will
Generate
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Insert
Child
Component
component
Will
Insert
Child
Component
(
childComponent
:
Component
, targetModel
:
null
|
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
targetModel:
null
|
Component
component:
C
Returns
void
Optional
component
Will
Mount
component
Will
Mount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Power
component
Will
Power
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Remove
Child
Component
component
Will
Remove
Child
Component
(
childComponent
:
Component
, component
:
C
)
:
void
Parameters
childComponent:
Component
component:
C
Returns
void
Optional
component
Will
Resolve
component
Will
Resolve
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Revise
component
Will
Revise
(
componentContext
:
ComponentContextType
<
C
>
, component
:
C
)
:
void
Parameters
componentContext:
ComponentContextType
<
C
>
component:
C
Returns
void
Optional
component
Will
Set
Canvas
View
component
Will
Set
Canvas
View
(
newCanvasView
:
null
|
CanvasView
, oldCanvasView
:
null
|
CanvasView
, component
:
C
)
:
void
Parameters
newCanvasView:
null
|
CanvasView
oldCanvasView:
null
|
CanvasView
component:
C
Returns
void
Optional
component
Will
Set
Container
View
component
Will
Set
Container
View
(
newContainerView
:
null
|
HtmlView
, oldContainerView
:
null
|
HtmlView
, component
:
C
)
:
void
Parameters
newContainerView:
null
|
HtmlView
oldContainerView:
null
|
HtmlView
component:
C
Returns
void
Optional
component
Will
Set
Geo
Viewport
component
Will
Set
Geo
Viewport
(
newGeoViewport
:
GeoViewport
, oldGeoViewport
:
GeoViewport
, component
:
C
)
:
void
Parameters
newGeoViewport:
GeoViewport
oldGeoViewport:
GeoViewport
component:
C
Returns
void
Optional
component
Will
Set
Layer
component
Will
Set
Layer
(
newLayerComponent
:
null
|
GeoComponent
, oldLayerComponent
:
null
|
GeoComponent
, layerFastener
:
ComponentFastener
<
C
,
GeoComponent
,
never
>
)
:
void
Parameters
newLayerComponent:
null
|
GeoComponent
oldLayerComponent:
null
|
GeoComponent
layerFastener:
ComponentFastener
<
C
,
GeoComponent
,
never
>
Returns
void
Optional
component
Will
Set
Layer
Geo
Bounds
component
Will
Set
Layer
Geo
Bounds
(
newLayerGeoBounds
:
GeoBox
, oldLayerGeoBounds
:
GeoBox
, layerFastener
:
ComponentFastener
<
C
,
GeoComponent
,
never
>
)
:
void
Parameters
newLayerGeoBounds:
GeoBox
oldLayerGeoBounds:
GeoBox
layerFastener:
ComponentFastener
<
C
,
GeoComponent
,
never
>
Returns
void
Optional
component
Will
Set
Layer
Trait
component
Will
Set
Layer
Trait
(
newLayerTrait
:
null
|
GeoTrait
, oldLayerTrait
:
null
|
GeoTrait
, layerFastener
:
ComponentFastener
<
C
,
GeoComponent
,
never
>
)
:
void
Parameters
newLayerTrait:
null
|
GeoTrait
oldLayerTrait:
null
|
GeoTrait
layerFastener:
ComponentFastener
<
C
,
GeoComponent
,
never
>
Returns
void
Optional
component
Will
Set
Layer
View
component
Will
Set
Layer
View
(
newLayerView
:
null
|
GeoView
, oldLayerView
:
null
|
GeoView
, layerFastener
:
ComponentFastener
<
C
,
GeoComponent
,
never
>
)
:
void
Parameters
newLayerView:
null
|
GeoView
oldLayerView:
null
|
GeoView
layerFastener:
ComponentFastener
<
C
,
GeoComponent
,
never
>
Returns
void
Optional
component
Will
Set
Map
Trait
component
Will
Set
Map
Trait
(
newMapTrait
:
null
|
MapTrait
, oldMapTrait
:
null
|
MapTrait
, component
:
C
)
:
void
Parameters
newMapTrait:
null
|
MapTrait
oldMapTrait:
null
|
MapTrait
component:
C
Returns
void
Optional
component
Will
Set
Map
View
component
Will
Set
Map
View
(
newMapView
:
null
|
MapView
, oldMapView
:
null
|
MapView
, component
:
C
)
:
void
Parameters
newMapView:
null
|
MapView
oldMapView:
null
|
MapView
component:
C
Returns
void
Optional
component
Will
Set
Parent
Component
component
Will
Set
Parent
Component
(
newParentComponent
:
null
|
Component
, oldParentComponent
:
null
|
Component
, component
:
C
)
:
void
Parameters
newParentComponent:
null
|
Component
oldParentComponent:
null
|
Component
component:
C
Returns
void
Optional
component
Will
Unmount
component
Will
Unmount
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Optional
component
Will
Unpower
component
Will
Unpower
(
component
:
Component
)
:
void
Parameters
component:
Component
Returns
void
Modules
@swim/system
@swim/toolkit
@swim/ui
@swim/ux
@swim/vis
@swim/maps
@swim/map
@swim/mapbox
@swim/leaflet
@swim/googlemap
@swim/esrimap
Map
Component
Observer
component
Did
Assemble
component
Did
Compute
component
Did
Generate
component
Did
Insert
Child
Component
component
Did
Mount
component
Did
Power
component
Did
Remove
Child
Component
component
Did
Resolve
component
Did
Revise
component
Did
Set
Canvas
View
component
Did
Set
Container
View
component
Did
Set
Geo
Viewport
component
Did
Set
Layer
component
Did
Set
Layer
Geo
Bounds
component
Did
Set
Layer
Trait
component
Did
Set
Layer
View
component
Did
Set
Map
Trait
component
Did
Set
Map
View
component
Did
Set
Parent
Component
component
Did
Unmount
component
Did
Unpower
component
Will
Assemble
component
Will
Compute
component
Will
Generate
component
Will
Insert
Child
Component
component
Will
Mount
component
Will
Power
component
Will
Remove
Child
Component
component
Will
Resolve
component
Will
Revise
component
Will
Set
Canvas
View
component
Will
Set
Container
View
component
Will
Set
Geo
Viewport
component
Will
Set
Layer
component
Will
Set
Layer
Geo
Bounds
component
Will
Set
Layer
Trait
component
Will
Set
Layer
View
component
Will
Set
Map
Trait
component
Will
Set
Map
View
component
Will
Set
Parent
Component
component
Will
Unmount
component
Will
Unpower
Generated using
TypeDoc