Class LAbstractMaplibreGLOptions<S extends LAbstractMaplibreGLOptions<S>>

java.lang.Object
software.xdev.vaadin.maps.leaflet.maplibregl.layer.vector.LAbstractMaplibreGLOptions<S>
All Implemented Interfaces:
software.xdev.vaadin.maps.leaflet.base.LComponentOptions<S>
Direct Known Subclasses:
LMaplibreGLOptions

public abstract class LAbstractMaplibreGLOptions<S extends LAbstractMaplibreGLOptions<S>> extends Object implements software.xdev.vaadin.maps.leaflet.base.LComponentOptions<S>
See Also:
  • Constructor Details

    • LAbstractMaplibreGLOptions

      public LAbstractMaplibreGLOptions()
  • Method Details

    • getStyle

      public String getStyle()
    • setStyle

      public void setStyle(String style)
    • withStyle

      public S withStyle(String style)