|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeoQuery | |
|---|---|
| twitter4j | |
| twitter4j.api | |
| Uses of GeoQuery in twitter4j |
|---|
| Methods in twitter4j that return GeoQuery | |
|---|---|
GeoQuery |
GeoQuery.accuracy(java.lang.String accuracy)
|
GeoQuery |
GeoQuery.granularity(java.lang.String granularity)
|
GeoQuery |
GeoQuery.maxResults(int maxResults)
|
| Methods in twitter4j with parameters of type GeoQuery | |
|---|---|
ResponseList<Place> |
Twitter.getNearbyPlaces(GeoQuery query)
Search for places (cities and neighborhoods) that can be attached to a statuses/update. |
void |
AsyncTwitter.getNearbyPlaces(GeoQuery query)
Search for places (cities and neighborhoods) that can be attached to a statuses/update. |
ResponseList<Place> |
Twitter.reverseGeoCode(GeoQuery query)
Search for places (cities and neighborhoods) that can be attached to a statuses/update. |
void |
AsyncTwitter.reverseGeoCode(GeoQuery query)
Search for places (cities and neighborhoods) that can be attached to a statuses/update. |
ResponseList<Place> |
Twitter.searchPlaces(GeoQuery query)
Search for places that can be attached to a statuses/update. |
void |
AsyncTwitter.searchPlaces(GeoQuery query)
Search for places that can be attached to a statuses/update. |
| Uses of GeoQuery in twitter4j.api |
|---|
| Methods in twitter4j.api with parameters of type GeoQuery | |
|---|---|
void |
GeoMethodsAsync.getNearbyPlaces(GeoQuery query)
Deprecated. Issue 1754 |
ResponseList<Place> |
GeoMethods.getNearbyPlaces(GeoQuery query)
Deprecated. Issue 1754 |
void |
GeoMethodsAsync.reverseGeoCode(GeoQuery query)
Search for places (cities and neighborhoods) that can be attached to a statuses/update. |
ResponseList<Place> |
GeoMethods.reverseGeoCode(GeoQuery query)
Search for places (cities and neighborhoods) that can be attached to a statuses/update. |
void |
GeoMethodsAsync.searchPlaces(GeoQuery query)
Search for places that can be attached to a statuses/update. |
ResponseList<Place> |
GeoMethods.searchPlaces(GeoQuery query)
Search for places that can be attached to a statuses/update. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||