|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeoLocation | |
|---|---|
| twitter4j | |
| twitter4j.api | |
| Uses of GeoLocation in twitter4j |
|---|
| Methods in twitter4j that return GeoLocation | |
|---|---|
GeoLocation[][] |
Place.getBoundingBoxCoordinates()
|
GeoLocation |
Tweet.getGeoLocation()
Returns The location that this tweet refers to if available. |
GeoLocation |
Status.getGeoLocation()
Returns The location that this tweet refers to if available. |
GeoLocation |
Twt.getGeoLocation()
Returns The location that this tweet refers to if available. |
GeoLocation[][] |
Place.getGeometryCoordinates()
|
GeoLocation |
GeoQuery.getLocation()
|
GeoLocation |
StatusUpdate.getLocation()
|
| Methods in twitter4j with parameters of type GeoLocation | |
|---|---|
Query |
Query.geoCode(GeoLocation location,
double radius,
String unit)
returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile |
StatusUpdate |
StatusUpdate.location(GeoLocation location)
|
void |
Query.setGeoCode(GeoLocation location,
double radius,
String unit)
returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile |
void |
StatusUpdate.setLocation(GeoLocation location)
|
| Constructors in twitter4j with parameters of type GeoLocation | |
|---|---|
GeoQuery(GeoLocation location)
Creates a GeoQuery with the specified location |
|
| Uses of GeoLocation in twitter4j.api |
|---|
| Methods in twitter4j.api with parameters of type GeoLocation | |
|---|---|
Place |
GeoMethods.createPlace(String name,
String containedWithin,
String token,
GeoLocation location,
String streetAddress)
Creates a new place at the given latitude and longitude. |
ResponseList<Location> |
LocalTrendsMethods.getAvailableTrends(GeoLocation location)
Returns the sorted locations that Twitter has trending topic information for. |
SimilarPlaces |
GeoMethods.getSimilarPlaces(GeoLocation location,
String name,
String containedWithin,
String streetAddress)
Locates places near the given coordinates which are similar in name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||