Interface KmlTourCurrentPositionChangedListener


public interface KmlTourCurrentPositionChangedListener
The interface for receiving current position changed events for a KML tour.
Since:
100.6.0
  • Method Details

    • currentPositionChanged

      void currentPositionChanged(KmlTourCurrentPositionChangedEvent event)
      Invoked when the current position of a KML tour is changed.
      Parameters:
      event - the object for a current position changed event on a KML tour
      Since:
      100.6.0