Global
The enumeration Global is a member of com.here.android.mpa.search.Category.
Enumeration Summary
public static final enumeration Category.Global
extends java.lang.Enum, java.lang.Object
Represents a set of fixed category filters on the resources of the Places search service.
[For complete information, see the section Enumeration Details]
See also:
Enum Constant Summary
Fields |
---|
The accommodation category. |
The administrative-areas-buildings category. |
The business-services category. |
The eat-drink category. |
The facilities category. |
The going-out category. |
The leisure-outdoor category. |
The natural-geographical category. |
The shopping category. |
The sights-museums category. |
The transport category. |
Method Summary
Methods |
---|
Returns a stringified |
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
Represents a set of fixed category filters on the resources of the Places search service.
See also:
Enum Constant Details
public static final Global ACCOMMODATION
The accommodation category.
public static final Global ADMINISTRATIVE_AREAS_BUILDINGS
The administrative-areas-buildings category.
public static final Global BUSINESS_SERVICES
The business-services category.
public static final Global EAT_DRINK
The eat-drink category.
public static final Global FACILITIES
The facilities category.
public static final Global GOING_OUT
The going-out category.
public static final Global LEISURE_OUTDOOR
The leisure-outdoor category.
public static final Global NATURAL_GEOGRAPHICAL
The natural-geographical category.
public static final Global SHOPPING
The shopping category.
public static final Global SIGHTS_MUSEUMS
The sights-museums category.
public static final Global TRANSPORT
The transport category.
Method Details
public String toString ()
Returns a stringified Category
.
Returns:
The stringified Category
public static Global 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 Category.Global[] values ()
This method retrieves an array of constants of the given enum type in the order in which they are declared.