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

FuzzyOutcome

@PublicPreview("2021.06") data class FuzzyOutcome : Serializable

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

Parameters

summary - The summary of a Search API call.

fuzzyDetailsList - Data returned from the Search API.

Properties

fuzzyDetailsList

val fuzzyDetailsList: List<FuzzySearchDetails>

Data returned from the Search API.

summary

val summary: Summary

The summary of a Search API call.