Package | Description |
---|---|
twitter4j | |
twitter4j.api | |
twitter4j.json |
Modifier and Type | Method and Description |
---|---|
Place[] |
Place.getContainedWithIn() |
Place |
Status.getPlace()
Returns the place attached to this status
|
Modifier and Type | Method and Description |
---|---|
Place |
PlacesGeoResources.createPlace(String name,
String containedWithin,
String token,
GeoLocation location,
String streetAddress)
Creates a new place at the given latitude and longitude.
|
Place |
PlacesGeoResources.getGeoDetails(String placeId)
Find out more details of a place that was returned from the
PlacesGeoResources.reverseGeoCode(twitter4j.GeoQuery) method. |
Modifier and Type | Method and Description |
---|---|
ResponseList<Place> |
PlacesGeoResources.reverseGeoCode(GeoQuery query)
Search for places (cities and neighborhoods) that can be attached to a statuses/update.
|
ResponseList<Place> |
PlacesGeoResources.searchPlaces(GeoQuery query)
Search for places that can be attached to a statuses/update.
|
Modifier and Type | Method and Description |
---|---|
static Place |
DataObjectFactory.createPlace(String rawJSON)
Constructs a Place object from rawJSON string.
|
Copyright © 2013. All Rights Reserved.