|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalTrendsMethods
| Method Summary | |
|---|---|
ResponseList<Location> |
getAvailableTrends()
Returns the locations that Twitter has trending topic information for. |
ResponseList<Location> |
getAvailableTrends(GeoLocation location)
Returns the sorted locations that Twitter has trending topic information for. |
Trends |
getLocationTrends(int woeid)
Returns the top 10 trending topics for a specific location Twitter has trending topic information for. |
| Method Detail |
|---|
ResponseList<Location> getAvailableTrends()
throws TwitterException
TwitterException - when Twitter service or network is unavailable
ResponseList<Location> getAvailableTrends(GeoLocation location)
throws TwitterException
location - the available trend locations will be sorted by distance to the lat and long passed in. The sort is nearest to furthest.
TwitterException - when Twitter service or network is unavailable
Trends getLocationTrends(int woeid)
throws TwitterException
woeid - The WOEID of the location to be querying for
TwitterException - when Twitter service or network is unavailable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||