Package-level declarations

Types

Link copied to clipboard
class CommonSearchViewConfiguration(val distanceUnitType: DistanceUnitType = DistanceUnitType.getFromLocale(Locale.getDefault())) : Parcelable

Common configuration options used for Search SDK views.

Link copied to clipboard

Distance unit type for visual information. Note that this won't change other results such as raw distance in SearchResult.distanceMeters which will always be returned in meters.

Link copied to clipboard

Enum that represents search mode.

Link copied to clipboard
class SearchResultsView @JvmOverloads constructor(outerContext: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : RecyclerView

Simplified search view.

Link copied to clipboard
open class SearchSdkFrameLayout @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0, defStyleRes: Int = 0) : FrameLayout

Base class for bottom-sheet-like Search SDK views (SearchBottomSheetView, SearchPlaceBottomSheetView, SearchCategoriesBottomSheetView).

Link copied to clipboard
abstract class UiError

A type that represents an error that can happen during a search request. Used to render a title that can help a user to understand what has happened during the request.