findCurrentPlaceRequest

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

Deprecated

Use the overload returning SearchNearbyRequest instead. FindCurrentPlaceRequest is deprecated.

Replace with

findCurrentPlaceRequest(LocationRestriction(), placeFields, actions)

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