|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Place | |
|---|---|
| twitter4j | |
| twitter4j.api | |
| twitter4j.json | |
| Uses of Place in twitter4j |
|---|
| Methods in twitter4j that return Place | |
|---|---|
Place |
Twitter.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[] |
Place.getContainedWithIn()
|
Place |
Twitter.getGeoDetails(java.lang.String id)
Find out more details of a place that was returned from the GeoMethodsAsync.reverseGeoCode(twitter4j.GeoQuery) method. |
Place |
Status.getPlace()
Returns the place attached to this status |
| 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. |
ResponseList<Place> |
Twitter.searchPlaces(GeoQuery query)
Search for places that can be attached to a statuses/update. |
| Methods in twitter4j with parameters of type Place | |
|---|---|
void |
TwitterListener.createdPlace(Place place)
|
void |
TwitterAdapter.createdPlace(Place 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)
|
void |
TwitterListener.searchedPlaces(ResponseList<Place> places)
|
void |
TwitterAdapter.searchedPlaces(ResponseList<Place> places)
|
| 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 GeoMethodsAsync.reverseGeoCode(twitter4j.GeoQuery) method. |
| Methods in twitter4j.api that return types with arguments of type Place | |
|---|---|
ResponseList<Place> |
GeoMethods.getNearbyPlaces(GeoQuery query)
Deprecated. Issue 1754 |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||