Package com.luciad.maps
Class MapEvent
java.lang.Object
com.luciad.maps.MapEvent
Event that indicates that some property of the map has changed.
- Since:
- 2023.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the property that changed.getMap()
Returns the map.
-
Constructor Details
-
MapEvent
Creates a new map event for the given map and changed property.- Parameters:
map
- theMap
from which the event originateschangedProperty
- the changed property
-
-
Method Details
-
getMap
Returns the map.- Returns:
- the map.
-
getChangedProperty
Returns the name of the property that changed.Possible values are defined on the
Map
class. Examples areMap#propertyBackgroundColor
andMap#propertyCamera
.- Returns:
- the name of the property that changed.
-