Uses of Class
twitter4j.GeoLocation

Packages that use GeoLocation
twitter4j   
twitter4j.api   
 

Uses of GeoLocation in twitter4j
 

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

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
 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
 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.
 

Uses of GeoLocation in twitter4j.api
 

Methods in twitter4j.api with parameters of type GeoLocation
 void StatusMethodsAsync.updateStatus(java.lang.String status, GeoLocation location)
          Updates the user's status asynchronously.
 Status StatusMethods.updateStatus(java.lang.String status, GeoLocation location)
          Updates the user's status.
 void StatusMethodsAsync.updateStatus(java.lang.String status, long inReplyToStatusId, GeoLocation location)
          Updates the user's status.
 Status StatusMethods.updateStatus(java.lang.String status, long inReplyToStatusId, GeoLocation location)
          Updates the user's status.
 



Copyright © 2010. All Rights Reserved.