POICategoriesQueryBuilder

public class POICategoriesQueryBuilder

POICategoriesQueryBuilder Search query builder.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • POICategoriesQueryBuilderBuilder init method.

    Declaration

    Swift

    public init()

Public

  • Builder method that allows adding a language to the POICategoriesQueryBuilderBuilder.

    Declaration

    Swift

    public func withLanguage(_ language: String) -> POICategoriesQueryBuilder

    Parameters

    language

    Language in which the category tree should be returned. One of the TomTom supported IETF language tags except NGT and NGT-Latn: https://developer.tomtom.com/search-api/search-api/supported-languages

    Return Value

    POICategoriesQueryBuilderBuilder object.