Interface MapScaleChangedListener
-
public interface MapScaleChangedListener
The listener interface for receiving scale changed events from aMapView
.- Since:
- 100.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mapScaleChanged(MapScaleChangedEvent mapScaleChangedEvent)
Invoked when the scale of the MapView changes.
-
-
-
Method Detail
-
mapScaleChanged
void mapScaleChanged(MapScaleChangedEvent mapScaleChangedEvent)
Invoked when the scale of the MapView changes.- Since:
- 100.0.0
-
-