interface IPoiCategoriesQuery
PoiCategoriesQuery is an interface designed to transfer SearchAPI parameters in a readable manner by implementing class: PoiCategoriesQueryBuilder. The PoiCategoriesQuery instance can be constructed using the associated PoiCategoriesQueryBuilder class. Once constructed, the user cannot change the field values. |
|
open class PoiCategoriesQuery : BaseRequestQuery
Builder class used to create |
|
class PoiCategoriesQueryBuilder : IPoiCategoriesQuery
Builder class used to create PoiCategoriesQuery. |
|
open class PoiCategoriesResponse : ServiceBaseResponse, Serializable
Response to POI Categories request. Consists of a list of |
|
open class PoiCategory : Serializable
Result of an |