|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeoMethods
Method Summary | |
---|---|
Place |
getGeoDetails(java.lang.String id)
Find out more details of a place that was returned from the geo/reverse_geocode method. |
ResponseList<Place> |
getNearbyPlaces(GeoQuery query)
Search for places (cities and neighborhoods) that can be attached to a statuses/update. |
ResponseList<Place> |
reverseGeoCode(GeoQuery query)
Search for places (cities and neighborhoods) that can be attached to a statuses/update. |
Method Detail |
---|
ResponseList<Place> getNearbyPlaces(GeoQuery query) throws TwitterException
query
- search query
TwitterException
- when Twitter service or network is unavailableResponseList<Place> reverseGeoCode(GeoQuery query) throws TwitterException
query
- search query
TwitterException
- when Twitter service or network is unavailablePlace getGeoDetails(java.lang.String id) throws TwitterException
id
- The ID of the location to query about.
TwitterException
- when Twitter service or network is unavailable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |