NLocationTrackingMode enum

사용자의 위치를 실시간으로 보여줄 때 사용하는 모드를 나타내는 enum입니다.

Inheritance

Constructors

NLocationTrackingMode()
const

Values

face → const NLocationTrackingMode

위치와 방위에 따라 지도가 움직입니다.

follow → const NLocationTrackingMode

위치에 따라 지도가 움직입니다.

noFollow → const NLocationTrackingMode

사용자의 위치를 실시간으로 보여줍니다.

카메라가 따라서 이동하지 않습니다.

none → const NLocationTrackingMode

실시간으로 사용자의 위치를 보여주지 않습니다.

Properties

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