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

withMapCodes

@NonNull abstract fun withMapCodes(mapCodes: MutableSet<MapCodeType!>!): IFuzzySearchQuery

Enables the return of mapcodes.

Parameters

mapCodes - MutableSet<MapCodeType!>!: The enum type indicating supported MapCodes.

Return
IFuzzySearchQuery: A reference to the builder object.