sdk-search / com.tomtom.online.sdk.search.data.fuzzy / FuzzySearchQueryBuilder / withOffset

withOffset

fun withOffset(offset: Int): FuzzySearchQueryBuilder

Overrides IFuzzySearchQuery.withOffset

The starting offset of the returned results within the full result set.

Parameters

offset - The starting offset of the returned results within the full result set.

Return
The builder of the query with a new value for the offset being set.