-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum AutoZoomLevel extends Enum<AutoZoomLevel>
Enum representing different auto zoom levels for the map. The larger the value, the more map area will be visible when auto-zoom is enabled.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DEFAULTDefault zoom level, providing a balanced view of the map area.
MEDIUMMedium zoom level, showing a moderate increase in map area visibility compared to the default.
FARFar zoom level, revealing a larger portion of the map.
VERY_FARVery far zoom level, displaying an even broader map view, suitable for covering large distances.
MAXIMUMMaximum zoom level, showing the most map area possible with auto-zoom.
-