Class MapView.StateChangeEvent
java.lang.Object
java.util.EventObject
io.jmix.mapsflowui.kit.component.model.MapView.StateChangeEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
MapView
INTERNAL. Is used for updating map view state from client.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final tools.jackson.databind.node.ArrayNodeprotected final Extentprotected final Doubleprotected final DoubleFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionStateChangeEvent(JmixMap source, double zoom, tools.jackson.databind.node.ArrayNode center, Extent extent, Double rotation) -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
zoom
-
rotation
-
center
protected final tools.jackson.databind.node.ArrayNode center -
extent
-
-
Constructor Details
-
StateChangeEvent
-
-
Method Details
-
getZoom
-
getRotation
-
getCenter
public tools.jackson.databind.node.ArrayNode getCenter() -
getExtent
-