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

withExtendedPostalCodes

@NonNull abstract fun withExtendedPostalCodes(extPostalCodesFor: String!): IFuzzySearchQuery

Indexes for which extended postal codes should be included in the results. Available indexes are: Addr, Geo, PAD, POI, Str, XStr. The value should be a comma-separated list of index types (in any order), or "None" for no indexes, i.e., "PAD,Addr,POI"

Parameters

extPostalCodesFor - String!: The string with postal codes.

Return
IFuzzySearchQuery: The builder of the query with a new value for postal codes.