org.apache.camel.component.twitter.data
Class GeoLocation

java.lang.Object
  extended by org.apache.camel.component.twitter.data.GeoLocation

public class GeoLocation
extends Object


Constructor Summary
GeoLocation(twitter4j.GeoLocation geoLocation)
           
 
Method Summary
 double getLatitude()
           
 double getLongitude()
           
 void setLatitude(double latitude)
           
 void setLongitude(double longitude)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoLocation

public GeoLocation(twitter4j.GeoLocation geoLocation)
Method Detail

getLatitude

public double getLatitude()

setLatitude

public void setLatitude(double latitude)

getLongitude

public double getLongitude()

setLongitude

public void setLongitude(double longitude)


Apache CAMEL