Uses of Class
twitter4j.GeoQuery

Packages that use GeoQuery
twitter4j   
twitter4j.api   
 

Uses of GeoQuery in twitter4j
 

Methods in twitter4j that return GeoQuery
 GeoQuery GeoQuery.accuracy(java.lang.String accuracy)
           
 GeoQuery GeoQuery.granularity(java.lang.String granularity)
           
 GeoQuery GeoQuery.maxResults(int maxResults)
           
 

Methods in twitter4j with parameters of type GeoQuery
 ResponseList<Place> Twitter.getNearbyPlaces(GeoQuery query)
          Search for places (cities and neighborhoods) that can be attached to a statuses/update.
 void AsyncTwitter.getNearbyPlaces(GeoQuery query)
          Search for places (cities and neighborhoods) that can be attached to a statuses/update.
 ResponseList<Place> Twitter.reverseGeoCode(GeoQuery query)
          Search for places (cities and neighborhoods) that can be attached to a statuses/update.
 void AsyncTwitter.reverseGeoCode(GeoQuery query)
          Search for places (cities and neighborhoods) that can be attached to a statuses/update.
 

Uses of GeoQuery in twitter4j.api
 

Methods in twitter4j.api with parameters of type GeoQuery
 void GeoMethodsAsync.getNearbyPlaces(GeoQuery query)
          Search for places (cities and neighborhoods) that can be attached to a statuses/update.
 ResponseList<Place> GeoMethods.getNearbyPlaces(GeoQuery query)
          Search for places (cities and neighborhoods) that can be attached to a statuses/update.
 void GeoMethodsAsync.reverseGeoCode(GeoQuery query)
          Search for places (cities and neighborhoods) that can be attached to a statuses/update.
 ResponseList<Place> GeoMethods.reverseGeoCode(GeoQuery query)
          Search for places (cities and neighborhoods) that can be attached to a statuses/update.
 



Copyright © 2010. All Rights Reserved.