Module com.esri.arcgisruntime
Interface MapScaleChangedListener
Deprecated, for removal: This API element is subject to removal in a future version.
The listener interface for receiving scale changed events from a
MapView
.- Since:
- 100.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
mapScaleChanged
(MapScaleChangedEvent mapScaleChangedEvent) Deprecated, for removal: This API element is subject to removal in a future version.Invoked when the scale of the MapView changes.
-
Method Details
-
mapScaleChanged
Deprecated, for removal: This API element is subject to removal in a future version.Invoked when the scale of the MapView changes.- Since:
- 100.0.0
-
ObservableValue.addListener(ChangeListener)
onMapView.mapScaleProperty()
.