MapType enum

지도의 유형을 지정하는 enum. 네이버 SDK가 지원하는 지도 유형은 5가지 입니다. MapType.Basic, MapType.Navi, MapType.Satellite, MapType.Hybrid, MapType.Terrain

Inheritance

Constructors

MapType()
const

Values

Basic → const MapType

일반 지도입니다. 하천, 녹지, 도로, 심벌 등 다양한 정보를 노출합니다.

차량용 내비게이션에 특화된 지도입니다.

Satellite → const MapType

위성 지도입니다. 심벌, 도로 등 위성 사진을 제외한 요소는 노출되지 않습니다.

Hybrid → const MapType

위성 사진과 도로, 심벌을 함께 노출하는 하이브리드 지도입니다.

Terrain → const MapType

지형도입니다. 산악 지형을 실제 지형과 유사하게 입체적으로 표현합니다.

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