class PoiCategoriesQueryBuilder : IPoiCategoriesQuery
Builder class used to create PoiCategoriesQuery.
PoiCategoriesQueryBuilder()
Builder class used to create PoiCategoriesQuery. |
fun build(): PoiCategoriesQuery
Creates new instance of PoiCategoriesQuery. |
|
fun withLanguage(language: String): PoiCategoriesQueryBuilder
Language in which the poi categories should be returned. Should be one of supported IETF language tags. When language is not specified english is used as a default. |
fun create(): PoiCategoriesQueryBuilder
Builder used to create an instance of PoiCategoriesQuery, once constructed, the user cannot change the field values. |