public final class PlaceSearchRequestParams
extends java.lang.Object
PlaceManager.| Modifier and Type | Class and Description |
|---|---|
static class |
PlaceSearchRequestParams.Builder
Describes the builder to create a
PlaceSearchRequestParams |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getCategories()
Gets the categories used to filter the place search results.
|
int |
getDistance()
Gets the maximum distance (in meters) from the location specified.
|
java.util.Set<java.lang.String> |
getFields()
Gets the list of fields to be returned in the response.
|
int |
getLimit()
Sets the maximum number of results to be returned.
|
java.lang.String |
getSearchText()
Gets the name of the place to search for.
|
public int getDistance()
public int getLimit()
public java.lang.String getSearchText()
public java.util.Set<java.lang.String> getCategories()
public java.util.Set<java.lang.String> getFields()