Class KmlNodeBalloonVisibilityChangedEvent

java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.ogc.kml.KmlNodeBalloonVisibilityChangedEvent
All Implemented Interfaces:
Serializable

public final class KmlNodeBalloonVisibilityChangedEvent extends EventObject
An event to be fired when a Kml node's balloon visibility is changed during a KML tour execution.
Since:
100.5.0
See Also:
  • Method Details

    • getSource

      public KmlDataset getSource()
      Overrides:
      getSource in class EventObject
    • getNode

      public KmlNode getNode()
      Gets the KML node whose balloon visibility has changed.
      Returns:
      the KML node
      Since:
      100.5.0
    • isBalloonVisible

      public boolean isBalloonVisible()
      Gets the balloon visibility.
      Returns:
      the balloon visibility
      Since:
      100.5.0