Class GoogleMap.CurrentLocationEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<GoogleMap>
com.flowingcode.vaadin.addons.googlemaps.GoogleMap.CurrentLocationEvent
All Implemented Interfaces:
Serializable
Enclosing class:
GoogleMap

public class GoogleMap.CurrentLocationEvent extends ComponentEvent<GoogleMap>
Event that is fired when setting current location on map.
See Also:
  • Constructor Details

    • CurrentLocationEvent

      public CurrentLocationEvent(GoogleMap source, boolean fromClient)