Package | Description |
---|---|
twitter4j | |
twitter4j.api | |
twitter4j.json |
Modifier and Type | Method and Description |
---|---|
Location |
Trends.getLocation()
Returns the location associated with the trends.
This method is effective only with getLocalTrends() method. i.e. |
Location[] |
AccountSettings.getTrendLocations()
Return the user's trend locations
|
Modifier and Type | Method and Description |
---|---|
ResponseList<Location> |
TrendsResources.getAvailableTrends()
Returns the locations that Twitter has trending topic information for.
|
ResponseList<Location> |
TrendsResources.getAvailableTrends(GeoLocation location)
Deprecated.
|
ResponseList<Location> |
TrendsResources.getClosestTrends(GeoLocation location)
Returns the locations that Twitter has trending topic information for, closest to a specified location.
The response is an array of "locations" that encode the location's WOEID and some other human-readable information such as a canonical name and country the location belongs in. A WOEID is a Yahoo! Where On Earth ID. |
Modifier and Type | Method and Description |
---|---|
static Location |
DataObjectFactory.createLocation(String rawJSON)
Constructs a Location object from rawJSON string.
|
Copyright © 2013. All Rights Reserved.