Class KmlTourController
A KML tour controller, which can be used to control the playback of KML tours.
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class KmlTourController : INotifyPropertyChanged
Remarks
Use KML tour controller to play, pause or reset a KmlTour. It notifies the application to play sound cues or show/hide balloon popups as specified in a tour playlist. To monitor the status of the tour, see TourStatus of the Tour.
Constructors
Name | Description |
---|---|
KmlTourController() | Initializes a new instance of the KmlTourController class. |
Properties
Name | Description |
---|---|
CurrentPosition | Gets the current position of the associated tour. |
TotalDuration | Gets the total duration of the associated tour. |
Tour | Gets or sets the associated KML tour. |
Methods
Name | Description |
---|---|
Pause() | Pauses the associated tour. |
Play() | Plays the associated tour, which may include audio content. |
Reset() | Resets the associated tour. |
Name | Description |
---|---|
INotifyPropertyChanged.PropertyChanged |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.5 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 100.15 |