Package com.azure.maps.search.models
Class PointOfInterestCategory
java.lang.Object
com.azure.maps.search.models.PointOfInterestCategory
POI category result.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PointOfInterestCategory
public PointOfInterestCategory()
-
-
Method Details
-
getId
Get the id property: Unique ID for the category. ID can be used to restrict search results to specific categories through other Search Service APIs, like [Get Search POI](https://docs.microsoft.com/rest/api/maps/search/getsearchpoi).- Returns:
- the id value.
-
getName
Get the name property: Name of the category.- Returns:
- the name value.
-
getChildIds
Get the childIds property: Array of child category ids.- Returns:
- the childIds value.
-
getSynonyms
Get the synonyms property: Array of alternative names of the category.- Returns:
- the synonyms value.
-