Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.ogc.kml
Interface KmlNodeBalloonVisibilityChangedListener
public interface KmlNodeBalloonVisibilityChangedListener
The listener interface for receiving balloon visibility changed events for a KML node during a KML tour execution.
- Since:
- 100.5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when the balloon visibility on the KML node is changed.
-
Method Details
-
kmlNodeBalloonVisibilityChanged
Invoked when the balloon visibility on the KML node is changed.- Parameters:
event
- the KmlNodeBalloonVisibilityChangedEvent- Since:
- 100.5.0
-