DefaultBuildingGroups
The enumeration DefaultBuildingGroups is a member of com.here.android.mpa.mapping.MapBuildingLayer.
Enumeration Summary
public static final enumeration MapBuildingLayer.DefaultBuildingGroups
extends java.lang.Enum, java.lang.Object
Default groups of buildings on the Map.
[For complete information, see the section Enumeration Details]
Enum Constant Summary
Fields |
---|
Basic buildings. |
Special buildings, such as landmarks. |
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
Default groups of buildings on the Map.
Enum Constant Details
public static final DefaultBuildingGroups NORMAL_BUILDINGS
Basic buildings.
public static final DefaultBuildingGroups IMPORTANT_BUILDINGS
Special buildings, such as landmarks.
Method Details
public static DefaultBuildingGroups 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 MapBuildingLayer.DefaultBuildingGroups[] values ()
This method retrieves an array of constants of the given enum type in the order in which they are declared.