java.lang.Object
software.xdev.vaadin.maps.leaflet.base.LAbstractComponent<LMaplibreGL>
software.xdev.vaadin.maps.leaflet.base.LBaseComponent<LMaplibreGL>
software.xdev.vaadin.maps.leaflet.layer.LLayer<LMaplibreGL>
software.xdev.vaadin.maps.leaflet.maplibregl.layer.vector.LMaplibreGL
All Implemented Interfaces:
software.xdev.vaadin.maps.leaflet.base.LComponent<LMaplibreGL>, software.xdev.vaadin.maps.leaflet.base.LEvented<LMaplibreGL>

@NpmPackage(value="maplibre-gl", version="5.6.1") @JsModule("maplibre-gl/dist/maplibre-gl.js") @JsModule("./src/leaflet-maplibre-gl.js") @CssImport("maplibre-gl/dist/maplibre-gl.css") public class LMaplibreGL extends software.xdev.vaadin.maps.leaflet.layer.LLayer<LMaplibreGL>
Layer for MaplibreGL
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    LMaplibreGL(software.xdev.vaadin.maps.leaflet.registry.LComponentManagementRegistry compReg, String style)
     
    LMaplibreGL(software.xdev.vaadin.maps.leaflet.registry.LComponentManagementRegistry compReg, LAbstractMaplibreGLOptions<?> options)
     
  • Method Summary

    Methods inherited from class software.xdev.vaadin.maps.leaflet.layer.LLayer

    addTo, addTo, addTo, bindPopup, bindPopup, bindPopup, bindTooltip, bindTooltip, bindTooltip, closePopup, closeTooltip, openPopup, openPopup, openTooltip, openTooltip, remove, removeFrom, removeFrom, removeFrom, togglePopup, toggleTooltip, unbindPopup, unbindTooltip

    Methods inherited from class software.xdev.vaadin.maps.leaflet.base.LBaseComponent

    clientComponentJsAccessor

    Methods inherited from class software.xdev.vaadin.maps.leaflet.base.LAbstractComponent

    componentRegistry

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.xdev.vaadin.maps.leaflet.base.LComponent

    clientComponentJsAccessor, componentRegistry, invokeSelf, invokeSelfReturn, self

    Methods inherited from interface software.xdev.vaadin.maps.leaflet.base.LEvented

    addEventParent, fire, fire, fire, off, off, off, off, on, on, on, once, once, once, removeEventParent
  • Constructor Details

    • LMaplibreGL

      public LMaplibreGL(software.xdev.vaadin.maps.leaflet.registry.LComponentManagementRegistry compReg, LAbstractMaplibreGLOptions<?> options)
    • LMaplibreGL

      public LMaplibreGL(software.xdev.vaadin.maps.leaflet.registry.LComponentManagementRegistry compReg, String style)