Autocomplete Result
open class AutocompleteResult( 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) : Result
Content copied to clipboard
Constructors
Link copied to clipboard
fun AutocompleteResult( type: ResultType, distance: Double, title: String, subtitle: String, titleHighlights: List<StringRange>, locationId: String, categoryTags: List<String>, categoryBoundary: GeoBoundingBox)
Content copied to clipboard