await Search By Text
@ExperimentalCoroutinesApi
Deprecated
Use the version in the Places SDK instead.
Replace with
this.awaitSearchByText(textQuery, placeFields, actions)Content copied to clipboard
Wraps PlacesClient.searchByText in a suspending function.
Fetches the place(s) of interest using a text query. If an error occurred, an ApiException will be thrown.