Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.ogc.kml
Class KmlTourCurrentPositionChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.ogc.kml.KmlTourCurrentPositionChangedEvent
- All Implemented Interfaces:
Serializable
An event to inform its listener when the current position of a KML tour changes.
- Since:
- 100.6.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Gets the current position in seconds.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getCurrentPosition
public double getCurrentPosition()Gets the current position in seconds.- Returns:
- the current position in seconds
- Since:
- 100.6.0
-