sdk-search / com.tomtom.online.sdk.search.data.fuzzy / IFuzzySearchQuery / withLimit

withLimit

@NonNull abstract fun withLimit(limit: Int!): IFuzzySearchQuery

The upper limit of the number of results.

Parameters

limit - Int!: The upper limit of the number of results.

Return
IFuzzySearchQuery: The builder of the query with a new value for the limit set.