ui / com.mapbox.search.ui.view / SearchBottomSheetView / Configuration

Configuration

class Configuration : Parcelable

SearchBottomSheetView configuration class.

Types

Builder

class Builder

Constructors

<init>

SearchBottomSheetView configuration class.

Configuration(collapsedStateAnchor: CollapsedStateAnchor = DEFAULT_ANCHOR, searchOptions: SearchOptions = DEFAULT_SEARCH_OPTIONS, hotCategories: List<Category> = DEFAULT_HOT_CATEGORIES, favoriteTemplates: List<FavoriteTemplate> = DEFAULT_FAVORITE_TEMPLATES)

Properties

collapsedStateAnchor

val collapsedStateAnchor: CollapsedStateAnchor

favoriteTemplates

FavoriteTemplate items to show in favorites list. Each of item is always shown in favorites list even if coordinate and address are not set. These items can not be deleted from UI by user.

val favoriteTemplates: List<FavoriteTemplate>

hotCategories

Category items to show on hot categories panel.

val hotCategories: List<Category>

searchOptions

val searchOptions: SearchOptions