Class 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:
    Serialized Form
    • Method Detail

      • getCurrentPosition

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