-
- 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
CameraMoveStartedReason.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description DEVELOPER_ANIMATION
API_ANIMATION
GESTURE
NO_MOVEMENT_YET
UNKNOWN
-