findCurrentPlaceRequest

inline fun findCurrentPlaceRequest(placeFields: List<Place.Field>, noinline actions: FindCurrentPlaceRequest.Builder.() -> Unit? = null): FindCurrentPlaceRequest

Builds a new FindCurrentPlaceRequest.

Return

the constructed FindCurrentPlaceRequest

Parameters

placeFields

the fields of the places to be returned

actions

the actions to apply to the FindCurrentPlaceRequest.Builder