MapLayer enum

레이어 그룹은 지도 유형과 달리 동시에 두 개 이상을 활성화할 수 있습니다. 단, 지도 유형에 따라 표현 가능한 레이어 그룹이 정해져 있습니다. 지도 유형이 특정 레이어 그룹을 지원하지 않으면 활성화하더라도 해당하는 요소가 노출되지 않습니다. 지도 유형별로 표현할 수 있는 레이어 그룹은 다음과 같습니다.

실시간 교통정보 - BASIC, NAVI, SATELLITE, HYBRID, TERRAIN

건물 - BASIC, NAVI, HYBRID, TERRAIN

대중교통 - BASIC, SATELLITE, HYBRID, TERRAIN

자전거 - BASIC, SATELLITE, HYBRID, TERRAIN

등산로 - BASIC, SATELLITE, HYBRID, TERRAIN

지적편집도 - BASIC, SATELLITE, HYBRID, TERRAIN

Inheritance

Constructors

MapLayer()
const

Values

LAYER_GROUP_BUILDING → const MapLayer

건물 그룹입니다. 활성화할 경우 건물 형상, 주소 심벌 등 건물과 관련된 요소가 노출됩니다. 기본적으로 활성화됩니다.

LAYER_GROUP_TRAFFIC → const MapLayer

실시간 교통정보 그룹입니다. 활성화할 경우 실시간 교통정보가 노출됩니다.

LAYER_GROUP_TRANSIT → const MapLayer

대중교통 그룹입니다. 활성화할 경우 철도, 지하철 노선, 버스정류장 등 대중교통과 관련된 요소가 노출됩니다.

LAYER_GROUP_BICYCLE → const MapLayer

자전거 그룹입니다. 활성화할 경우 자전거 도로, 자전거 주차대 등 자전거와 관련된 요소가 노출됩니다.

LAYER_GROUP_MOUNTAIN → const MapLayer

등산로 그룹입니다. 활성화할 경우 등산로, 등고선 등 등산과 관련된 요소가 노출됩니다.

LAYER_GROUP_CADASTRAL → const MapLayer

지적편집도 그룹입니다. 활성화할 경우 지적편집도가 노출됩니다.

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