Package | Description |
---|---|
twitter4j |
general package for Twitter4J
|
twitter4j.api |
APIs represents Twitter API resources
|
twitter4j.json |
this package is deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Place |
TwitterObjectFactory.createPlace(String rawJSON)
Constructs a Place object from rawJSON string.
|
Place[] |
Place.getContainedWithIn() |
Place |
Status.getPlace()
Returns the place attached to this status
|
Modifier and Type | Method and Description |
---|---|
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.getSimilarPlaces(GeoLocation location,
String name,
String containedWithin,
String streetAddress)
Locates places near the given coordinates which are similar in name.
|
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)
Deprecated.
Constructs a Place object from rawJSON string.
|
Copyright © 2018. All rights reserved.