Example usage for Java twitter4j GeoLocation fields, constructors, methods, implement or subclass
The text is from its open source code.
GeoLocation(double latitude, double longitude) Creates a GeoLocation instance |
double | getLatitude() returns the latitude of the geo location |
double | getLongitude() returns the longitude of the geo location |