Package com.google.appengine.api.search
Class GeoPoint
- java.lang.Object
-
- com.google.appengine.api.search.GeoPoint
-
public class GeoPoint extends Object
Represents a point on the Earth's surface, in latitude and longitude coordinates.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetLatitude()doublegetLongitude()StringtoString()
-
-
-
Constructor Detail
-
GeoPoint
public GeoPoint(double latitude, double longitude)Constructs aGeoPointfrom a given latitude and longitude.- Parameters:
latitude- the angle between the equatorial plane and a line that passes through the GeoPointlongitude- is the angle east or west from a reference meridian to another meridian that passes through the GeoPoint
-
-