Package io.jmix.mapsui.component
Class GeoMap.DragEndEvent
java.lang.Object
java.util.EventObject
io.jmix.mapsui.component.GeoMap.DragEndEvent
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- GeoMap
An event that is fired after dragging the map.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionDragEndEvent
(Object source, org.locationtech.jts.geom.Point center, GeoMap.Bounds bounds) -
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.Point
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
DragEndEvent
-
-
Method Details
-
getCenter
public org.locationtech.jts.geom.Point getCenter() -
getBounds
-
getSource
- Overrides:
getSource
in classEventObject
-