Used to play, pause, or reset a KML tour. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.6 |
Inherits: |
Properties
- currentPosition : double
- totalDuration : double
- tour : KmlTour
Signals
Methods
Detailed Description
A KML tour may contain audio. KmlTourController manages all audio internally and plays the audio along with the tour.
Property Documentation
tour : KmlTour |
Returns the KmlTour object that the controller is managing.
Note: you may set null
to manage no KML tour.
Signal Documentation
Emitted when the currentPosition property changes.
Note: The corresponding handler is onCurrentPositionChanged
.
Emitted when the totalDuration property changes.
Note: The corresponding handler is onTotalDurationChanged
.
Emitted when the tour property changes.
Note: The corresponding handler is onTourChanged
.
Method Documentation
Plays the associated tour, which may include audio content.
If the tour is in the paused state, playing will resume where the tour was left off.
Resets the associated tour.
Use this to reset the tour to the beginning, which includes resetting any KML content to its original state before the tour was played.