Config
The enumeration Config is a member of com.here.android.mpa.common.CustomConfigurations.
Enumeration Summary
public static final enumeration CustomConfigurations.Config
extends java.lang.Enum, java.lang.Object
Argument keys for set(Hashtable),
[For complete information, see the section Enumeration Details]
Enum Constant Summary
Fields |
---|
Map Style Configuration |
Map Style Resource |
Traffic Style Resource |
Custom Configuration |
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
Argument keys for set(Hashtable),
Enum Constant Details
public static final Config MAP
Map Style Configuration
public static final Config MAP_RESOURCE
Map Style Resource
public static final Config TRAFFIC
Traffic Style Resource
public static final Config CUSTOM_PREFERENCE
Custom Configuration
Method Details
public static Config 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 CustomConfigurations.Config[] values ()
This method retrieves an array of constants of the given enum type in the order in which they are declared.