org.springframework.social.twitter.api
Class Place.GeoPoint

java.lang.Object
  extended by org.springframework.social.twitter.api.Place.GeoPoint
Enclosing class:
Place

public static class Place.GeoPoint
extends Object

Represents a point in geospace (e.g., latitude/longitude)


Constructor Summary
Place.GeoPoint(double latitude, double longitude)
           
 
Method Summary
 double getLatitude()
           
 double getLongitude()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Place.GeoPoint

public Place.GeoPoint(double latitude,
                      double longitude)
Method Detail

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()