Uses of Class
twitter4j.GeoLocation

Packages that use GeoLocation
twitter4j   
twitter4j.api   
 

Uses of GeoLocation in twitter4j
 

Methods in twitter4j that return GeoLocation
 GeoLocation[][] PlaceJSONImpl.getBoundingBoxCoordinates()
           
 GeoLocation[][] Place.getBoundingBoxCoordinates()
           
 GeoLocation Tweet.getGeoLocation()
          Returns The location that this tweet refers to if available.
 GeoLocation Status.getGeoLocation()
          Returns The location that this tweet refers to if available.
 GeoLocation[][] PlaceJSONImpl.getGeometryCoordinates()
           
 GeoLocation[][] Place.getGeometryCoordinates()
           
 GeoLocation StatusUpdate.getLocation()
           
 GeoLocation GeoQuery.getLocation()
           
 

Methods in twitter4j with parameters of type GeoLocation
 Query Query.geoCode(GeoLocation location, double radius, java.lang.String unit)
          returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile
 ResponseList<Location> Twitter.getAvailableTrends(GeoLocation location)
          Returns the sorted locations that Twitter has trending topic information for.
 void AsyncTwitter.getAvailableTrends(GeoLocation location)
          Retrieves the sorted locations that Twitter has trending topic information for.
 StatusUpdate StatusUpdate.location(GeoLocation location)
           
 void Query.setGeoCode(GeoLocation location, double radius, java.lang.String unit)
          returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile
 void StatusUpdate.setLocation(GeoLocation location)
           
 Status Twitter.updateStatus(java.lang.String status, GeoLocation location)
          Updates the user's status.
 void AsyncTwitter.updateStatus(java.lang.String status, GeoLocation location)
          Updates the user's status asynchronously.
 Status Twitter.updateStatus(java.lang.String status, long inReplyToStatusId, GeoLocation location)
          Updates the user's status.
 void AsyncTwitter.updateStatus(java.lang.String status, long inReplyToStatusId, GeoLocation location)
          Updates the user's status.
 

Constructors in twitter4j with parameters of type GeoLocation
GeoQuery(GeoLocation location)
          Creates a GeoQuery with the specified location
 

Uses of GeoLocation in twitter4j.api
 

Methods in twitter4j.api with parameters of type GeoLocation
 void LocalTrendsMethodsAsync.getAvailableTrends(GeoLocation location)
          Retrieves the sorted 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.
 void StatusMethodsAsync.updateStatus(java.lang.String status, GeoLocation location)
          Deprecated. use updateStatus(StatusUpdate latestStatus) instead.
 Status StatusMethods.updateStatus(java.lang.String status, GeoLocation location)
          Deprecated. use updateStatus(StatusUpdate latestStatus) instead.
 void StatusMethodsAsync.updateStatus(java.lang.String status, long inReplyToStatusId, GeoLocation location)
          Deprecated. use updateStatus(StatusUpdate latestStatus) instead.
 Status StatusMethods.updateStatus(java.lang.String status, long inReplyToStatusId, GeoLocation location)
          Deprecated. use updateStatus(StatusUpdate latestStatus) instead.
 



Copyright © 2010. All Rights Reserved.