Class Map.Controls

java.lang.Object
com.vaadin.flow.component.map.Map.Controls
All Implemented Interfaces:
Serializable
Enclosing class:
Map

public static final class Map.Controls extends Object implements Serializable
The default controls available in the map.
See Also:
  • Method Details

    • getAttribution

      public AttributionControl getAttribution()
      Gets the attribution control of the map.
      Returns:
      the attribution control
    • getScale

      public ScaleControl getScale()
      Gets the scale control of the map.
      Returns:
      the scale control
    • getZoom

      public ZoomControl getZoom()
      Gets the zoom control of the map.
      Returns:
      the zoom control