Uses of Class
com.vaadin.flow.component.map.configuration.controls.Control
Packages that use Control
Package
Description
-
Uses of Control in com.vaadin.flow.component.map.configuration
Methods in com.vaadin.flow.component.map.configuration that return types with arguments of type ControlModifier and TypeMethodDescriptionConfiguration.getControls()The list of controls added to the map.Configuration.getVisibleControls()The list of visible controls added to the map.Methods in com.vaadin.flow.component.map.configuration with parameters of type ControlModifier and TypeMethodDescriptionvoidConfiguration.addControl(Control control) Adds a control to the map.voidConfiguration.removeControl(Control control) Removes a control from the map. -
Uses of Control in com.vaadin.flow.component.map.configuration.controls
Subclasses of Control in com.vaadin.flow.component.map.configuration.controlsModifier and TypeClassDescriptionclassA control that displays attribution information on the map.classA control that displays a scale indicator on the map.classA control that provides zooming functionality on the map.