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

FuzzySearchSpecification

@PublicPreview("2021.06") data class FuzzySearchSpecification

Defines the parameters of a Fuzzy Search.

Parameters

term - The searched term.

fuzzySearchEngineDescriptor - Specifies the Search engine parameters.

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

timeDescriptor - Specifies the timezone and time modes.

electricVehicleDescriptor - Specifies the parameters related to EV (Electric Vehicle).

Types

Builder

class Builder

Builder used to create an instance of FuzzySearchSpecification. Once constructed, the user cannot change the field values.

Properties

combustionVehicleDescriptor

val combustionVehicleDescriptor: CombustionVehicleDescriptor?

electricVehicleDescriptor

val electricVehicleDescriptor: ElectricVehicleDescriptor?

Specifies the parameters related to EV (Electric Vehicle).

fuzzyLocationDescriptor

val fuzzyLocationDescriptor: FuzzyLocationDescriptor?

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

fuzzySearchEngineDescriptor

val fuzzySearchEngineDescriptor: FuzzySearchEngineDescriptor?

Specifies the Search engine parameters.

term

val term: String

The searched term.

timeDescriptor

val timeDescriptor: TimeDescriptor?

Specifies the timezone and time modes.