Interface NgwWebmapLayerAdapterEvents

Hierarchy

Properties

identify: IdentifyEvent

Events

build-map: MapAdapter<any, any, any>

Fired every time a map is clicked.

controls:create: any
create: WebMap<any, any, any, WebMapEvents, MapOptions<any, any>>
layer:add: LayerAdapter
layer:click: OnLayerClickOptions
layer:hide: LayerAdapter
layer:label:toggle: LayerAdapter
layer:mouseout: OnLayerClickOptions
layer:mouseover: OnLayerClickOptions
layer:preadd: LayerAdapter
layer:prehide: LayerAdapter
layer:preremove: LayerAdapter
layer:preshow: LayerAdapter
layer:pretoggle: LayerAdapter
layer:preupdate: LayerAdapter
layer:remove: LayerAdapter
layer:select: OnLayerSelectOptions<Feature<Geometry, GeoJsonProperties>, LayerAdapter<any, any, AdapterOptions<Record<string, any>, Record<string, any>>>>
layer:show: LayerAdapter
layer:toggle: LayerAdapter
layer:updated: LayerAdapter
mousemove: MapAdapter<any, any, any>

Fired while the mouse moves over the map.

mouseout: MapAdapter<any, any, any>

Fired when the mouse leaves the map.

mouseover: MapAdapter<any, any, any>

Fired when the mouse enters the map.

move: MapAdapter<any, any, any>

Fired repeatedly during any movement of the map.

moveend: MapAdapter<any, any, any>

Fired when the center of the map stops changing.

movestart: MapAdapter<any, any, any>

Fired when the view of the map starts changing (e.g. user starts dragging the map).

preclick: MapClickEvent

Fired before the map is clicked.

zoom: MapAdapter<any, any, any>

Fired repeatedly during any change in zoom level

zoomend: MapAdapter<any, any, any>

Fired when the map has changed.

zoomstart: MapAdapter<any, any, any>

Fired when the map zoom is about to change.

Generated using TypeDoc