public class Coordinates
extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Double> |
coordinates
The longitude and latitude of the Tweet's location, as an collection in the form of
[longitude, latitude].
|
static int |
INDEX_LATITUDE |
static int |
INDEX_LONGITUDE |
String |
type
The type of data encoded in the coordinates property.
|
| Constructor and Description |
|---|
Coordinates(Double longitude,
Double latitude,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getLatitude() |
Double |
getLongitude() |
public static final int INDEX_LONGITUDE
public static final int INDEX_LATITUDE
public final List<Double> coordinates
public final String type