Package | Description |
---|---|
org.apache.streams.twitter.api | |
org.apache.streams.twitter.converter.util | |
org.apache.streams.twitter.pojo |
Modifier and Type | Method and Description |
---|---|
Place |
Geo.geoid(String place_id)
Returns all the information about a known place.
|
Modifier and Type | Method and Description |
---|---|
List<Place> |
GeoSearchResponseResult.getPlaces() |
Modifier and Type | Method and Description |
---|---|
void |
GeoSearchResponseResult.setPlaces(List<Place> places) |
GeoSearchResponseResult |
GeoSearchResponseResult.withPlaces(List<Place> places) |
Modifier and Type | Method and Description |
---|---|
static List<Double> |
TwitterActivityUtil.boundingBoxCenter(Place place)
Compute central coordinates from bounding box.
|
Modifier and Type | Method and Description |
---|---|
Place |
Tweet.getPlace() |
Place |
Place.withAdditionalProperty(String name,
Object value) |
Place |
Place.withBoundingBox(BoundingBox boundingBox) |
Place |
Place.withId(String id) |
Modifier and Type | Method and Description |
---|---|
void |
Tweet.setPlace(Place place) |
Tweet |
Tweet.withPlace(Place place) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.