NMapType enum

지도의 종류를 나타내는 enum입니다.

Inheritance

Constructors

NMapType()
const

Values

basic → const NMapType

기본 지도입니다.

네비게이션 지도입니다.

satellite → const NMapType

위성 지도입니다.

hybrid → const NMapType

위성 지도와 기본 지도를 겹쳐서 한번에 볼 수 있는 혼합 지도입니다.

terrain → const NMapType

지형도입니다.

none → const NMapType

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<NMapType>
A constant List of the values in this enum, in order of their declaration.