TextSearchRequest |
TextSearchRequest.location(LatLng location) |
Specifies the latitude/longitude around which to retrieve place information.
|
TextSearchRequest |
TextSearchRequest.maxPrice(PriceLevel priceLevel) |
Restricts to places that are at most this price level.
|
TextSearchRequest |
TextSearchRequest.minPrice(PriceLevel priceLevel) |
Restricts to places that are at least this price level.
|
TextSearchRequest |
TextSearchRequest.name(java.lang.String name) |
Specifies one or more terms to be matched against the names of places, separated with space
characters.
|
TextSearchRequest |
TextSearchRequest.openNow(boolean openNow) |
Restricts to only those places that are open for business at the time the query is sent.
|
TextSearchRequest |
TextSearchRequest.pageToken(java.lang.String nextPageToken) |
Returns the next 20 results from a previously run search.
|
TextSearchRequest |
TextSearchRequest.query(java.lang.String query) |
Specifies the text string on which to search, for example: "restaurant".
|
TextSearchRequest |
TextSearchRequest.radius(int radius) |
Specifies the distance (in meters) within which to bias place results.
|
TextSearchRequest |
TextSearchRequest.rankby(RankBy ranking) |
Specifies the order in which results are listed.
|
TextSearchRequest |
TextSearchRequest.region(java.lang.String region) |
Region used to influence search results.
|
TextSearchRequest |
TextSearchRequest.type(PlaceType type) |
Restricts the results to places matching the specified type.
|