Class GoogleMapMarker.GoogleMapMarkerClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
com.vaadin.flow.component.ClickEvent<GoogleMapMarker>
com.flowingcode.vaadin.addons.googlemaps.GoogleMapMarker.GoogleMapMarkerClickEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GoogleMapMarker
@DomEvent("google-map-marker-click")
public static class GoogleMapMarker.GoogleMapMarkerClickEvent
extends ClickEvent<GoogleMapMarker>
Event called on marker's click.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionGoogleMapMarkerClickEvent(GoogleMapMarker source, boolean fromClient, elemental.json.JsonValue latLng) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ClickEvent
getButton, getClickCount, getClientX, getClientY, getScreenX, getScreenY, isAltKey, isCtrlKey, isMetaKey, isShiftKeyMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
GoogleMapMarkerClickEvent
public GoogleMapMarkerClickEvent(GoogleMapMarker source, boolean fromClient, @EventData("event.detail.latLng") elemental.json.JsonValue latLng)
-
-
Method Details
-
getLatitude
public double getLatitude() -
getLongitude
public double getLongitude()
-