fetchPlaceRequest

inline fun fetchPlaceRequest(placeId: String, placeFields: List<Place.Field>, noinline actions: FetchPlaceRequest.Builder.() -> Unit? = null): FetchPlaceRequest

Builds a new FetchPlaceRequest.

Return

the constructed FetchPlaceRequest

Parameters

placeId

the ID of the place to fetch

placeFields

the fields of the place to be requested

actions

the actions to apply to the FetchPlaceRequest.Builder