Package 

Enum AutoZoomLevel

  • 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • 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.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail