Uses of Interface
twitter4j.Place

Packages that use Place
twitter4j   
twitter4j.api   
twitter4j.json   
 

Uses of Place in twitter4j
 

Methods in twitter4j that return Place
 Place[] Place.getContainedWithIn()
           
 Place Tweet.getPlace()
          Returns the place associated with the post.
 Place Status.getPlace()
          Returns the place attached to this status
 

Uses of Place in twitter4j.api
 

Methods in twitter4j.api that return Place
 Place GeoMethods.createPlace(java.lang.String name, java.lang.String containedWithin, java.lang.String token, GeoLocation location, java.lang.String streetAddress)
          Creates a new place at the given latitude and longitude.
 Place GeoMethods.getGeoDetails(java.lang.String id)
          Find out more details of a place that was returned from the GeoMethods.reverseGeoCode(twitter4j.GeoQuery) method.
 

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

Uses of Place in twitter4j.json
 

Methods in twitter4j.json that return Place
static Place DataObjectFactory.createPlace(java.lang.String rawJSON)
          Constructs a Place object from rawJSON string.
 



Copyright © 2011. All Rights Reserved.