MapVariant
The enumeration MapVariant is a member of com.here.android.mpa.common.MapEngine.
Enumeration Summary
public static final enumeration MapEngine.MapVariant
extends java.lang.Enum, java.lang.Object
Supported map variants.
[For complete information, see the section Enumeration Details]
Enum Constant Summary
Fields |
---|
|
|
Method Summary
Methods |
---|
|
|
This method retrieves the enumeration value that matches the name specified by the caller. |
This method retrieves an array of constants of the given enum type in the order in which they are declared. |
Enumeration Details
Supported map variants. Value will be stored and used on sub-sequent MapEngine initialization. User must use the same value for sub-sequent MapEngine initialization. Using different values in sub-sequent initialization will report error and initialization fails.
Enum Constant Details
public static final MapVariant GLOBAL
public static final MapVariant KOREA
Method Details
public short value ()
public static MapVariant valueOf (String name)
This method retrieves the enumeration value that matches the name specified by the caller.
Parameters:
-
name
A string containing the name of the enumeration member whose value is to be retrieved.
public static MapEngine.MapVariant[] values ()
This method retrieves an array of constants of the given enum type in the order in which they are declared.