Enum Class InaviMap.MapType

java.lang.Object
java.lang.Enum<InaviMap.MapType>
com.inavi.mapsdk.maps.InaviMap.MapType
All Implemented Interfaces:
Serializable, Comparable<InaviMap.MapType>, java.lang.constant.Constable
Enclosing class:
InaviMap

public static enum InaviMap.MapType extends Enum<InaviMap.MapType>
지원하는 지도의 유형 열거형.
  • Enum Constant Details

    • Normal

      public static final InaviMap.MapType Normal
      일반 지도 유형.
    • Hybrid

      public static final InaviMap.MapType Hybrid
      하이브리드 지도 유형.
    • Satellite

      public static final InaviMap.MapType Satellite
      항공 지도 유형.
  • Method Details

    • values

      public static InaviMap.MapType[] 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

      public static InaviMap.MapType valueOf(String name)
      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 name
      NullPointerException - if the argument is null