Package io.jmix.mapsui.widget.leaflet
Class LeafletLocateEvent
java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
io.jmix.mapsui.widget.leaflet.LeafletLocateEvent
- All Implemented Interfaces:
Serializable
public class LeafletLocateEvent
extends com.vaadin.event.ConnectorEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionLeafletLocateEvent
(com.vaadin.server.ClientConnector source, Point p, Double a, Double altitude, Double speed) -
Method Summary
Methods inherited from class com.vaadin.event.ConnectorEvent
getConnector
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
Method Details
-
getPoint
-
getAccuracy
-
getAltitude
-
getSpeed
-
toString
- Overrides:
toString
in classEventObject
-