sdk-search / com.tomtom.online.sdk.search.data.geometry / GeometrySearchQueryBuilder / withIdxSet

withIdxSet

fun withIdxSet(idxSet: String): GeometrySearchQueryBuilder

Overrides IGeometrySearchQuery.withIdxSet

The "idxSet" parameter allows for fine tuning L2 by specifying which indexes to utilize for the search. Comma-separated, for example: idxSet=POI,PAD,Str,Xstr,Geo,Addr.

Parameters

idxSet - Indexes to utilize for the search.

Return
The builder of the GeometrySearchQuery with a new value for the idxSet being set.