MapCameraMode

Entries

Link copied to clipboard

카메라 추적 없음

Link copied to clipboard

카메라 추적 없음, 나침반 방향만 추적

Link copied to clipboard

카메라는 위치 추적을 하지 않지만, 나침반 방향을 추적

Link copied to clipboard

카메라는 사용자의 위치를 추적

Link copied to clipboard

카메라는 사용자의 위치를 추적하며, 방향은 나침반에서 제공

Link copied to clipboard
Link copied to clipboard

카메라는 사용자의 위치를 추적하며, 방향은 항상 북쪽(0)으로 설정

Properties

Link copied to clipboard
val entries: EnumEntries<MapCameraMode>

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

Functions

Link copied to clipboard
fun valueOf(value: String): MapCameraMode

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
fun values(): Array<MapCameraMode>

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