All Implemented Interfaces:
Serializable, Evented, Identifiable, LayerPopupFunctions, LayerTooltipFunctions, ExecutableFunctions

public class DynamicMapLayer extends EsriLeafletLayer
Esri layer that renders map images generated on-the-fly by an ArcGIS Server dynamic map service.

The layer is configured through the given DynamicMapLayerOptions, which are passed as the argument to the underlying esri-leaflet dynamicMapLayer.

See Also:
  • Constructor Details

    • DynamicMapLayer

      public DynamicMapLayer(DynamicMapLayerOptions options)
      Creates a new dynamic map layer configured with the given options.
      Parameters:
      options - the options describing the ArcGIS dynamic map service and its rendering settings