search By Text Request
fun searchByTextRequest(textQuery: String, placeFields: List<Place.Field>, actions: SearchByTextRequest.Builder.() -> Unit = {}): SearchByTextRequest
Deprecated
Use the version in the Places SDK instead.
Replace with
import com.google.android.libraries.places.api.net.kotlin.searchByTextRequest
Content copied to clipboard
searchByTextRequest(textQuery, placeFields, actions)Content copied to clipboard
Builds a new SearchByTextRequest.
Return
the constructed SearchByTextRequest
Parameters
text Query
the query string to search
place Fields
the fields of the place to be requested
actions
the actions to apply to the SearchByTextRequest.Builder