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?) : Parcelable
Search place UI model to show in SearchPlaceBottomSheetView.
SearchPlaceBottomSheetView
Link copied to clipboard
View can be used to show selected item from search result.