Class GeoMap.DragEndEvent

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

public static class GeoMap.DragEndEvent extends EventObject
An event that is fired after dragging the map.
See Also:
  • Constructor Details

    • DragEndEvent

      public DragEndEvent(Object source, org.locationtech.jts.geom.Point center, GeoMap.Bounds bounds)
  • Method Details