Custom Place Data Autocomplete Result
data class CustomPlaceDataAutocompleteResult(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 flatType: FlatResultType, val payload: Parcelable) : AutocompleteResult, FlatDataPayload
Deprecated
Use FlatSearch engine provided by createFlatSearch() method
Constructors
Link copied to clipboard
fun CustomPlaceDataAutocompleteResult(type: ResultType, distance: Double, title: String, subtitle: String, titleHighlights: List<StringRange>, locationId: String, categoryTags: List<String>, categoryBoundary: GeoBoundingBox, flatType: FlatResultType, payload: Parcelable)