sdk-search / com.tomtom.online.sdk.search.data.poicategories

Package com.tomtom.online.sdk.search.data.poicategories

Types

IPoiCategoriesQuery

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.

PoiCategoriesQuery

open class PoiCategoriesQuery : BaseRequestQuery

Builder class used to create PoiCategoriesQuery.

PoiCategoriesResponse

open class PoiCategoriesResponse : ServiceBaseResponse, Serializable

Response to POI Categories request. Consists of a list of PoiCategory

PoiCategory

open class PoiCategory : Serializable

Result of an PoiCategoriesQuery