Class GoogleMap.GoogleMapBoundsChangedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<GoogleMap>
com.flowingcode.vaadin.addons.googlemaps.GoogleMap.GoogleMapBoundsChangedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GoogleMap
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionGoogleMapBoundsChangedEvent(GoogleMap source, boolean fromClient, LatLonBounds latLonBounds) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
GoogleMapBoundsChangedEvent
-
-
Method Details
-
getBounds
-