Class VectorBasemapLayerOptions

java.lang.Object
org.vaadin.addons.componentfactory.leaflet.plugins.esri.VectorBasemapLayerOptions
All Implemented Interfaces:
Serializable

public class VectorBasemapLayerOptions extends Object implements Serializable
Configuration options for a VectorBasemapLayer.

These options mirror the settings accepted by the esri-leaflet-vector vectorBasemapLayer and control authentication and localization of the requested ArcGIS vector basemap (API key or token, style version, language, worldview, and places). The ArcGIS apiKey is required and therefore a constructor argument.

See Also:
  • Constructor Details

    • VectorBasemapLayerOptions

      public VectorBasemapLayerOptions()