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

withIdxSet

@NonNull 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 - String!: Indexes to utilize for the search.

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