| Package | Description |
|---|---|
| org.agorava.twitter | |
| org.agorava.twitter.model |
| Modifier and Type | Method and Description |
|---|---|
Place |
TwitterGeoService.createPlace(PlacePrototype placePrototype)
Creates a new place.
|
Place |
TwitterGeoService.getPlace(String id)
Retrieves information about a place
|
| Modifier and Type | Method and Description |
|---|---|
List<Place> |
TwitterGeoService.reverseGeoCode(double latitude,
double longitude)
Retrieves up to 20 places matching the given location.
|
List<Place> |
TwitterGeoService.reverseGeoCode(double latitude,
double longitude,
PlaceType granularity,
String accuracy)
Retrieves up to 20 places matching the given location and criteria
|
List<Place> |
TwitterGeoService.search(double latitude,
double longitude)
Searches for up to 20 places matching the given location.
|
List<Place> |
TwitterGeoService.search(double latitude,
double longitude,
PlaceType granularity,
String accuracy,
String query)
Searches for up to 20 places matching the given location and criteria
|
| Modifier and Type | Method and Description |
|---|---|
List<Place> |
SimilarPlacesResponse.getPlaces()
The list of places found in a similar places search.
|
| Constructor and Description |
|---|
SimilarPlaces(List<Place> places,
PlacePrototype placePrototype) |
SimilarPlacesResponse(List<Place> places,
String token) |
Copyright © 2013. All Rights Reserved.