Package-level declarations

Types

Link copied to clipboard

Metadata for a search place required to report a feedback.

Link copied to clipboard
class SearchPlace(val id: String, val name: String, val descriptionText: String?, val address: SearchAddress?, val resultTypes: List<SearchResultType>, val record: IndexableRecord?, val coordinate: Point, val routablePoints: List<RoutablePoint>?, val categories: List<String>?, val makiIcon: String?, val metadata: SearchResultMetadata?, val distanceMeters: Double?, val feedback: IncorrectSearchPlaceFeedback?) : Parcelable

Search place UI model to show in SearchPlaceBottomSheetView.

Link copied to clipboard
class SearchPlaceBottomSheetView @JvmOverloads constructor(outerContext: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0, defStyleRes: Int = 0) : SearchSdkFrameLayout, CoordinatorLayout.AttachedBehavior

View can be used to show selected item from search result.