-
- All Implemented Interfaces:
public interface AutoZoomControllerControls auto zoom behavior on the map view.
Access from the map view controller registry after the view is ready.
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetAutoZoomMode(AutoZoomMode value)Set the auto zoom mode. -
-
Method Detail
-
setAutoZoomMode
abstract Unit setAutoZoomMode(AutoZoomMode value)
Set the auto zoom mode. Can be AutoZoomMode.ON, AutoZoomMode.OFF or AutoZoomMode.FORCE Disabled by default.
-
-
-
-