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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
currentPositionChanged(KmlTourCurrentPositionChangedEvent event)
Invoked when the current position of a KML tour is changed.
-
-
-
Method Detail
-
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
-
-