ArcGIS Runtime SDK for iOS
100.15
|
The KML tour controller, which can be used to control the playback of KML tours.
Instance Methods | |
(void) | - pause |
(void) | - play |
(void) | - reset |
Class Methods | |
(instancetype) | + KMLTourController |
Properties | |
NSTimeInterval | currentPosition |
NSTimeInterval | totalDuration |
AGSKMLTour * | tour |
+ (instancetype) KMLTourController |
Initialize a new tour controller
AGSKMLTour::tourStatus
. - (void) pause |
Pauses the associated tour.
- (void) play |
Plays the associated tour, which may include audio content.
- (void) reset |
Resets the associated tour.
|
readnonatomicassign |
The current playback position of the associated tour.
AGSKMLTour::tourStatus
.
|
readnonatomicassign |
The total duration of the associated tour. The total duration changes can be monitored using Key-Value Observing (KVO).
|
readwritenonatomicstrong |
The associated KML tour.