sdk-search / com.tomtom.online.sdk.search.fuzzy

Package com.tomtom.online.sdk.search.fuzzy

Types

FuzzyLocationDescriptor

data class FuzzyLocationDescriptor

Specifies the location that will be used in the Fuzzy Search.

FuzzyOutcome

data class FuzzyOutcome : Serializable

The outcome of the successful call to the Fuzzy Search service.

FuzzyOutcomeCallback

interface FuzzyOutcomeCallback

Callback which is responsible to inform about a received FuzzyOutcome or respective error.

FuzzySearchDetails

data class FuzzySearchDetails : Serializable

Describes the details of the FuzzyOutcome returned by the Search API.

FuzzySearchEngineDescriptor

data class FuzzySearchEngineDescriptor

Describes the configuration of the Fuzzy Search engine.

FuzzySearchSpecification

data class FuzzySearchSpecification

Defines the parameters of a Fuzzy Search.

Functions

setToStringFormatter

fun setToStringFormatter(inputSet: Collection<String>?): String?