Generated by
JDiff

Interface twitter4j.api.GeoMethodsAsync

Added Methods
void createPlace(String, String, String, GeoLocation, String) Creates a new place at the given latitude and longitude.
void getSimilarPlaces(GeoLocation, String, String, String) Locates places near the given coordinates which are similar in name.
void searchPlaces(GeoQuery) Search for places that can be attached to a statuses/update.
 

Changed Methods
void getNearbyPlaces(GeoQuery) Now deprecated.
Issue 1754