All Implemented Interfaces:
Serializable, Evented, Identifiable, LayerPopupFunctions, LayerTooltipFunctions, ExecutableFunctions
Direct Known Subclasses:
DynamicMapLayer, TiledMapLayer, VectorBasemapLayer

@NpmPackage(value="esri-leaflet",version="3.0.12") @NpmPackage(value="maplibre-gl",version="3.6.2") @JsModule("esri-leaflet/dist/esri-leaflet.js") public abstract class EsriLeafletLayer extends Layer
Abstract base class for layers provided by the esri-leaflet plugin.

It loads the required esri-leaflet client-side resources and serves as the common parent for the concrete Esri layer implementations (such as DynamicMapLayer).

See Also:
  • Constructor Details

    • EsriLeafletLayer

      public EsriLeafletLayer()