Show / Hide Table of Contents

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 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

TargetVersions
.NET Standard 2.0100.5 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.5 - 200.7
Xamarin.Android100.5 - 100.15
Xamarin.iOS100.5 - 100.15
UWP100.5 - 200.7
In This Article
Back to top Copyright © 2022 Esri.