search Nearby Place Request
fun searchNearbyPlaceRequest(locationRestriction: LocationRestriction, placeFields: List<Place.Field>, actions: SearchNearbyRequest.Builder.() -> Unit? = null): SearchNearbyRequest
Builds a new SearchNearbyRequest to find the current place.
Return
the constructed SearchNearbyRequest
Parameters
location Restriction
limits the scope of the search to a specific area.
place Fields
the fields of the places to be returned
actions
the actions to apply to the SearchNearbyRequest.Builder