Package com.mapbox.search.ui.view.place

Types

SearchPlace
Link copied to clipboard
class SearchPlace(name: String, descriptionText: String?, address: SearchAddress?, resultTypes: List<SearchResultType>, record: IndexableRecord?, coordinate: Point, routablePoints: List<RoutablePoint>?, categories: List<String>?, makiIcon: String?, metadata: SearchResultMetadata?, distanceMeters: Double?) : Parcelable
Search place UI model to show in SearchPlaceBottomSheetView.
SearchPlaceBottomSheetView
Link copied to clipboard
class SearchPlaceBottomSheetView @JvmOverloads() constructor(outerContext: Context, attrs: AttributeSet?, defStyleAttr: Int, defStyleRes: Int) : SearchSdkFrameLayout, CoordinatorLayout.AttachedBehavior
View can be used to show selected item from search result.