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

withIdxSet

abstract fun withIdxSet(idxSet: String): IGeometrySearchQuery

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.