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.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.