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

public static class GoogleMap.GoogleMapBoundsChangedEvent extends ComponentEvent<GoogleMap>
See Also:
  • Constructor Details

    • GoogleMapBoundsChangedEvent

      public GoogleMapBoundsChangedEvent(GoogleMap source, boolean fromClient, LatLonBounds latLonBounds)
  • Method Details