fetch Place Request
fun fetchPlaceRequest(placeId: String, placeFields: List<Place.Field>, actions: FetchPlaceRequest.Builder.() -> Unit? = null): FetchPlaceRequest
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