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
com.mapbox.search.ui.view.SearchResultsView adapter items.
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).