NCameraUpdateReason enum

지도에서 사용자에게 보여주는 위치/영역이 바뀐 이유를 나타내는 enum입니다.

Inheritance

Values

developer → const NCameraUpdateReason

개발자가 API를 호출하여 이동함을 의미합니다. NCameraUpdate 객체를 생성하였을 때의 기본 값입니다.

const NCameraUpdateReason._(0)
gesture → const NCameraUpdateReason

사용자의 제스처에 의해 이동함을 의미합니다.

const NCameraUpdateReason._(-1)
control → const NCameraUpdateReason

사용자 컨트롤 UI(줌 컨트롤러 등) 의해 이동함을 의미합니다.

const NCameraUpdateReason._(-2)
location → const NCameraUpdateReason

사용자 위치 추적 기능에 의해 이동함을 의미합니다. (NaverMapController.setLocationTrackingMode)

const NCameraUpdateReason._(-3)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
payload int
final
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<NCameraUpdateReason>
A constant List of the values in this enum, in order of their declaration.