find Current Place Request
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)Content copied to clipboard
Builds a new FindCurrentPlaceRequest.
Return
the constructed FindCurrentPlaceRequest
Parameters
place Fields
the fields of the places to be returned
actions
the actions to apply to the FindCurrentPlaceRequest.Builder