Class KmlTourCurrentPositionChangedEvent

java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.ogc.kml.KmlTourCurrentPositionChangedEvent
All Implemented Interfaces:
Serializable

public final class KmlTourCurrentPositionChangedEvent extends EventObject
An event to inform its listener when the current position of a KML tour changes.
Since:
100.6.0
See Also:
  • Method Details

    • getSource

      public KmlTourController getSource()
      Overrides:
      getSource in class EventObject
    • getCurrentPosition

      public double getCurrentPosition()
      Gets the current position in seconds.
      Returns:
      the current position in seconds
      Since:
      100.6.0