Package com.inavi.mapsdk.maps
Enum Class InaviMap.MapType
- All Implemented Interfaces:
Serializable
,Comparable<InaviMap.MapType>
,java.lang.constant.Constable
- Enclosing class:
- InaviMap
지원하는 지도의 유형 열거형.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription하이브리드 지도 유형.하이브리드 지형 지도 유형.일반 지도 유형.일반 지형 지도 유형.항공 지도 유형.항공 지형 지도 유형. -
Method Summary
Modifier and TypeMethodDescriptionstatic InaviMap.MapType
Returns the enum constant of this class with the specified name.static InaviMap.MapType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Normal
일반 지도 유형. -
Hybrid
하이브리드 지도 유형. -
Satellite
항공 지도 유형. -
NormalWithHillshade
일반 지형 지도 유형. -
HybridWithHillshade
하이브리드 지형 지도 유형. -
SatelliteWithHillshade
항공 지형 지도 유형.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-