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

Types

IncorrectSearchPlaceFeedback
Link copied to clipboard
abstract class IncorrectSearchPlaceFeedback : Parcelable
Metadata for a search place required to report a feedback.
SearchPlace
Link copied to clipboard
class SearchPlace(id: String, 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?, feedback: IncorrectSearchPlaceFeedback?) : 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.