|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Place | |
---|---|
twitter4j | |
twitter4j.api |
Uses of Place in twitter4j |
---|
Classes in twitter4j that implement Place | |
---|---|
class |
PlaceJSONImpl
|
Methods in twitter4j that return Place | |
---|---|
Place[] |
PlaceJSONImpl.getContainedWithIn()
|
Place[] |
Place.getContainedWithIn()
|
Place |
Twitter.getGeoDetails(java.lang.String id)
Find out more details of a place that was returned from the geo/reverse_geocode method. |
Place |
Status.getPlace()
|
Methods in twitter4j that return types with arguments of type Place | |
---|---|
ResponseList<Place> |
Twitter.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. |
Methods in twitter4j with parameters of type Place | |
---|---|
void |
TwitterListener.gotGeoDetails(Place place)
|
void |
TwitterAdapter.gotGeoDetails(Place place)
|
Method parameters in twitter4j with type arguments of type Place | |
---|---|
void |
TwitterListener.gotNearByPlaces(ResponseList<Place> places)
|
void |
TwitterAdapter.gotNearByPlaces(ResponseList<Place> places)
|
void |
TwitterListener.gotReverseGeoCode(ResponseList<Place> places)
|
void |
TwitterAdapter.gotReverseGeoCode(ResponseList<Place> places)
|
Uses of Place in twitter4j.api |
---|
Methods in twitter4j.api that return Place | |
---|---|
Place |
GeoMethods.getGeoDetails(java.lang.String id)
Find out more details of a place that was returned from the geo/reverse_geocode method. |
Methods in twitter4j.api that return types with arguments of type Place | |
---|---|
ResponseList<Place> |
GeoMethods.getNearbyPlaces(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |