Package 

Enum CameraMoveStartedReason

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    @Immutable() 
    public enum CameraMoveStartedReason
    extends Enum<CameraMoveStartedReason>
                        

    Enumerates the different reasons why the map camera started to move.

    Based on enum values from https://developers.google.com/android/reference/com/google/android/gms/maps/GoogleMap.OnCameraMoveStartedListener#constants.

    NO_MOVEMENT_YET is used as the initial state before any map movement has been observed.

    UNKNOWN is used to represent when an unsupported integer value is provided to fromInt - this may be a new constant value from the Maps SDK that isn't supported by maps-compose yet, in which case this library should be updated to include a new enum value for that constant.