Class GoogleMap.LocationTrackingActivatedEvent

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

public class GoogleMap.LocationTrackingActivatedEvent extends ComponentEvent<GoogleMap>
Event that is fired when activating location tracking.
See Also:
  • Constructor Details

    • LocationTrackingActivatedEvent

      public LocationTrackingActivatedEvent(GoogleMap source, boolean fromClient)