AutocompleteSegmentBrand

Describes a brand found within the autocomplete search response.

See also

https://developer.tomtom.com/search-api/search-api-documentation-search/fuzzy-search

Constructors

Link copied to clipboard
constructor(brand: Brand)

Properties

Link copied to clipboard

The brand name. The Brand.name field can be used to restrict results of other search endpoints to Points Of Interest (POI) for specified brands. See the brandSet parameter in in fuzzy search API.

Functions

Link copied to clipboard
operator fun component1(): Brand
Link copied to clipboard
fun copy(brand: Brand = this.brand): AutocompleteSegmentBrand
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String