CameraChangeReason enum

카메라의 변경 원인

NaverMap의 onCameraChange 의 인자로 전달되는 값으로, 카메라가 움직이는 원인을 의미한다. 각각의 값은 다음과 같은 의미를 가진다.

Inheritance

Constructors

CameraChangeReason()
const

Values

developer → const CameraChangeReason

개발자가 API를 호출해 카메라가 움직였음을 나타낸다. (기본값)

gesture → const CameraChangeReason

사용자의 제스처로 인해 카메라가 움직였음을 나타낸다.

control → const CameraChangeReason

사용자의 버튼 선택으로 인해 카메라가 움직였음을 나타낸다.

location → const CameraChangeReason

위치 트래킹 기능으로 인해 카메라가 움직였음을 나타낸다.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CameraChangeReason>
A constant List of the values in this enum, in order of their declaration.