Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.ogc.kml
Class KmlNodeBalloonVisibilityChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.ogc.kml.KmlNodeBalloonVisibilityChangedEvent
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptiongetNode()
Gets the KML node whose balloon visibility has changed.boolean
Gets the balloon visibility.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
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
-