Class MapZoomChangedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<GeoMap>
io.jmix.mapsflowui.component.event.MapZoomChangedEvent
- All Implemented Interfaces:
Serializable
An event is fired after the resolution of map view is changed.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
zoom
protected final double zoom
-
-
Constructor Details
-
MapZoomChangedEvent
-
-
Method Details
-
getZoom
public double getZoom()- Returns:
- zoom level
-