Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.ogc.kml
Interface KmlTourCurrentPositionChangedListener
public interface KmlTourCurrentPositionChangedListener
The interface for receiving current position changed events for a KML tour.
- Since:
- 100.6.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when the current position of a KML tour is changed.
-
Method Details
-
currentPositionChanged
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
-