-
- 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 DEFAULT
Default zoom level, providing a balanced view of the map area.
MEDIUM
Medium zoom level, showing a moderate increase in map area visibility compared to the default.
FAR
Far zoom level, revealing a larger portion of the map.
VERY_FAR
Very far zoom level, displaying an even broader map view, suitable for covering large distances.
MAXIMUM
Maximum zoom level, showing the most map area possible with auto-zoom.
-