Package | Description |
---|---|
twitter4j |
general package for Twitter4J
|
Modifier and Type | Field and Description |
---|---|
static Query.Unit |
Query.KILOMETERS |
static Query.Unit |
Query.MILES |
Modifier and Type | Method and Description |
---|---|
static Query.Unit |
Query.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Query.Unit[] |
Query.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.geoCode(GeoLocation location,
double radius,
Query.Unit 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 |
Query.setGeoCode(GeoLocation location,
double radius,
Query.Unit 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
|
Copyright © 2018. All rights reserved.