NLayerGroup enum

바닥 지도 위에 부가적인 정보를 나타내는 레이어를 의미하는 enum입니다.

Inheritance

Values

building → const NLayerGroup

건물 그룹

const NLayerGroup._("building")
traffic → const NLayerGroup

실시간 교통정보 그룹

const NLayerGroup._("ctt")
transit → const NLayerGroup

대중교통 그룹

const NLayerGroup._("transit")
bicycle → const NLayerGroup

자전거 도로 그룹

const NLayerGroup._("bike")
mountain → const NLayerGroup

등산로 그룹 (등산로, 등고선 등)

const NLayerGroup._("mountain")
cadastral → const NLayerGroup

지적편집도 그룹

const NLayerGroup._("landparcel")

Properties

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