LocationSearchService

interface LocationSearchService : Service

Types

Error
Link copied to clipboard
enum Error : Enum<LocationSearchService.Error>

Functions

locationSearch
Link copied to clipboard
abstract suspend fun locationSearch(query: String, filterTypes: Set<Location.Type>? = null, filterProducts: Set<ProductClass>? = null, maxResults: Int? = null): LocationSearchResult

Properties

supportsFilterProducts
Link copied to clipboard
open val supportsFilterProducts: Boolean
supportsFilterTypes
Link copied to clipboard
open val supportsFilterTypes: Boolean
supportsMaxResults
Link copied to clipboard
open val supportsMaxResults: Boolean