Flat Autocomplete Result
open class FlatAutocompleteResult(val type: ResultType, val distance: Double, val title: String, val subtitle: String, val titleHighlights: List<StringRange>, val locationId: String, val categoryTags: List<String>, val categoryBoundary: GeoBoundingBox, val payload: Parcelable) : AutocompleteResult
Constructors
Link copied to clipboard
fun FlatAutocompleteResult(type: ResultType, distance: Double, title: String, subtitle: String, titleHighlights: List<StringRange>, locationId: String, categoryTags: List<String>, categoryBoundary: GeoBoundingBox, payload: Parcelable)