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
Modifier and TypeFieldDescriptionprotected final elemental.json.JsonArray
protected final Extent
protected final Double
protected final Double
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionStateChangeEvent
(JmixMap source, double zoom, elemental.json.JsonArray center, Extent extent, Double rotation) -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
zoom
-
rotation
-
center
protected final elemental.json.JsonArray center -
extent
-
-
Constructor Details
-
StateChangeEvent
-
-
Method Details
-
getZoom
-
getRotation
-
getCenter
public elemental.json.JsonArray getCenter() -
getExtent
-