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.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard

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

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.