public interface LocalTrendsMethodsAsync
Modifier and Type | Method and Description |
---|---|
void |
getAvailableTrends()
Retrieves the locations that Twitter has trending topic information for.
|
void |
getAvailableTrends(GeoLocation location)
Retrieves the sorted locations that Twitter has trending topic information for.
|
void |
getLocationTrends(int woeid)
Retrieves the top 10 trending topics for a specific location Twitter has trending topic information for.
|
void getAvailableTrends()
void getAvailableTrends(GeoLocation location)
location
- the available trend locations will be sorted by distance to the lat and long passed in. The sort is nearest to furthest.void getLocationTrends(int woeid)
woeid
- The WOEID of the location to be querying for