Class MapClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
io.jmix.mapsflowui.component.event.AbstractMapClickEvent<GeoMap>
io.jmix.mapsflowui.component.event.MapClickEvent
- All Implemented Interfaces:
- Serializable
An event that is fired when map is clicked. Note, if the user makes double click, event
 will be fired twice.
- See Also:
- 
Field SummaryFields inherited from class io.jmix.mapsflowui.component.event.AbstractMapClickEventcoordinate, mouseEventDetailsFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionMapClickEvent(GeoMap source, boolean fromClient, elemental.json.JsonArray coordinate, MouseEventDetails nativeClickEvent) MapClickEvent(GeoMap source, boolean fromClient, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails nativeClickEvent) 
- 
Method SummaryMethods inherited from class io.jmix.mapsflowui.component.event.AbstractMapClickEventgetCoordinate, getMouseEventDetails, getSourceMethods inherited from class com.vaadin.flow.component.ComponentEventisFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
MapClickEventpublic MapClickEvent(GeoMap source, boolean fromClient, elemental.json.JsonArray coordinate, MouseEventDetails nativeClickEvent) 
- 
MapClickEventpublic MapClickEvent(GeoMap source, boolean fromClient, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails nativeClickEvent) 
 
-