Java twitter4j GeoLocation fields, constructors, methods, implement or subclass

Example usage for Java twitter4j GeoLocation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for twitter4j GeoLocation.

The text is from its open source code.

Constructor

GeoLocation(double latitude, double longitude)
Creates a GeoLocation instance

Method

doublegetLatitude()
returns the latitude of the geo location
doublegetLongitude()
returns the longitude of the geo location