Uses of Interface
twitter4j.Location

Packages that use Location
twitter4j   
twitter4j.api   
twitter4j.json   
 

Uses of Location in twitter4j
 

Methods in twitter4j that return Location
 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
 

Uses of Location in twitter4j.api
 

Methods in twitter4j.api that return types with arguments of type Location
 ResponseList<Location> LocalTrendsMethods.getAvailableTrends()
          Returns the locations that Twitter has trending topic information for.
 ResponseList<Location> LocalTrendsMethods.getAvailableTrends(GeoLocation location)
          Returns the sorted locations that Twitter has trending topic information for.
 

Uses of Location in twitter4j.json
 

Methods in twitter4j.json that return Location
static Location DataObjectFactory.createLocation(java.lang.String rawJSON)
          Constructs a Location object from rawJSON string.
 



Copyright © 2011. All Rights Reserved.