Generated by
JDiff

Class twitter4j.Query

Added Methods
Query geoCode(GeoLocation, double, 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
 

Changed Methods
Query geoCode(GeoLocation, double, String) Now deprecated.
use {@link #geoCode(GeoLocation, double, twitter4j.Query.Unit)} instead