Class GeoMap.RightClickEvent

java.lang.Object
java.util.EventObject
io.jmix.mapsui.component.GeoMap.RightClickEvent
All Implemented Interfaces:
Serializable
Enclosing interface:
GeoMap

public static class GeoMap.RightClickEvent extends EventObject
An event that is fired after right click on a map.

Note: clicks on the geometry objects (points, polylines, polygons) are handled by their containing layers (VectorLayer or CanvasLayer).

See Also:
  • Constructor Details

    • RightClickEvent

      public RightClickEvent(Object source, org.locationtech.jts.geom.Point point)
  • Method Details

    • getPoint

      public org.locationtech.jts.geom.Point getPoint()
    • getSource

      public GeoMap getSource()
      Overrides:
      getSource in class EventObject