sdk-search / com.tomtom.online.sdk.search.data.alongroute / IAlongRouteSearchQuery / withCategorySet

withCategorySet

@NonNull abstract fun withCategorySet(categorySet: MutableList<Long!>!): IAlongRouteSearchQuery

Restricts the results to the categories of provided POIs.

Parameters

categorySet - MutableList<Long!>!: Restricts the POIs in the Response to those whose id is listed in the categorySet.

Return
IAlongRouteSearchQuery: The builder of the query with a new value for categorySet.