fetch Place Request
fun fetchPlaceRequest(placeId: String, placeFields: List<Place.Field>, actions: FetchPlaceRequest.Builder.() -> Unit? = null): FetchPlaceRequest
Deprecated
Use the version in the Places SDK instead.
Replace with
import com.google.android.libraries.places.api.net.kotlin.fetchPlaceRequest
Content copied to clipboard
fetchPlaceRequest(placeId, placeFields, actions)Content copied to clipboard
Builds a new FetchPlaceRequest.
Return
the constructed FetchPlaceRequest
Parameters
place Id
the ID of the place to fetch
place Fields
the fields of the place to be requested
actions
the actions to apply to the FetchPlaceRequest.Builder