public interface GeoMethodsAsync
Modifier and Type | Method and Description |
---|---|
void |
getGeoDetails(java.lang.String id)
Find out more details of a place that was returned from the
reverseGeoCode(twitter4j.GeoQuery) method. |
void |
getNearbyPlaces(GeoQuery query)
Deprecated.
|
void |
reverseGeoCode(GeoQuery query)
Search for places (cities and neighborhoods) that can be attached to a statuses/update.
|
void getNearbyPlaces(GeoQuery query)
query
- search queryvoid reverseGeoCode(GeoQuery query)
query
- search queryvoid getGeoDetails(java.lang.String id)
reverseGeoCode(twitter4j.GeoQuery)
method.
id
- The ID of the location to query about.