Generated by
JDiff

Interface twitter4j.api.GeoMethods

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

Changed Methods
ResponseList<Place> getNearbyPlaces(GeoQuery) Now deprecated.
Issue 1754