Uses of Interface
twitter4j.Location

Packages that use Location
twitter4j   
twitter4j.api   
 

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.
 

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

Method parameters in twitter4j with type arguments of type Location
 void TwitterListener.gotAvailableTrends(ResponseList<Location> locations)
           
 void TwitterAdapter.gotAvailableTrends(ResponseList<Location> 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.
 



Copyright © 2010. All Rights Reserved.