NearbySearchRequest |
NearbySearchRequest.keyword(java.lang.String keyword) |
Specifies a term to be matched against all content that Google has indexed for this place.
|
NearbySearchRequest |
NearbySearchRequest.location(LatLng location) |
Specifies the latitude/longitude around which to retrieve place information.
|
NearbySearchRequest |
NearbySearchRequest.maxPrice(PriceLevel priceLevel) |
Restricts to places that are at most this price level.
|
NearbySearchRequest |
NearbySearchRequest.minPrice(PriceLevel priceLevel) |
Restricts to places that are at least this price level.
|
NearbySearchRequest |
NearbySearchRequest.name(java.lang.String name) |
Specifies one or more terms to be matched against the names of places, separated by spaces.
|
NearbySearchRequest |
NearbySearchRequest.openNow(boolean openNow) |
Restricts to only those places that are open for business at the time the query is sent.
|
NearbySearchRequest |
NearbySearchRequest.pageToken(java.lang.String nextPageToken) |
Returns the next 20 results from a previously run search.
|
NearbySearchRequest |
NearbySearchRequest.radius(int distance) |
Specifies the distance (in meters) within which to return place results.
|
NearbySearchRequest |
NearbySearchRequest.rankby(RankBy ranking) |
Specifies the order in which results are listed.
|
NearbySearchRequest |
NearbySearchRequest.type(PlaceType type) |
Restricts the results to places matching the specified type.
|
NearbySearchRequest |
NearbySearchRequest.type(PlaceType... types) |
已过时。
|