NewQueryType

Defines the type of a search query filter. Replaces the QueryType enum to provide a more flexible API and support for new types such as BRAND.

See also

Types

Link copied to clipboard
annotation class Type

Retention policy for the NewQueryType.

Properties

Link copied to clipboard
const val ADDRESS: String

Address query type.

Link copied to clipboard
const val BRAND: String

Brand query type. Use to filter results to brands only.

Link copied to clipboard
const val CATEGORY: String

Category query type.

Link copied to clipboard
const val COUNTRY: String

Country query type.

Link copied to clipboard
const val DISTRICT: String

District query type.

Link copied to clipboard
const val LOCALITY: String

Locality query type.

Link copied to clipboard
const val NEIGHBORHOOD: String

Neighborhood query type.

Link copied to clipboard
const val PLACE: String

Place query type.

Link copied to clipboard
const val POI: String

Poi query type.

Link copied to clipboard
const val POSTCODE: String

Postcode query type.

Link copied to clipboard
const val REGION: String

Region query type.

Link copied to clipboard
const val STREET: String

Street query type.