Class KmlTourController
A KML tour controller, which can be used to control the playback of KML tours.
Inheritance
System.Object
KmlTourController
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)
System.Object.ToString()
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 Kml
Constructors
Name | Description |
---|---|
Kml |
Initializes a new instance of the Kml |
Properties
Name | Description |
---|---|
Current |
Gets the current position of the associated tour. |
Total |
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 |
---|---|
INotify |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.5 - 200.6 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.6 |