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

withOffset

@NonNull abstract fun withOffset(offset: Int!): IFuzzySearchQuery

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

Parameters

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

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