google.appengine.api.search.GeoPoint

Represents a point on the Earth's surface, in lat, long coordinates.

Inherits From: expected_type

latitude The angle between the equatorial plan and a line that passes through the GeoPoint, between -90 and 90 degrees.
longitude The angle east or west from a reference meridian to another meridian that passes through the GeoPoint, between -180 and 180 degrees.

TypeError If any of the parameters have invalid types, or an unknown attribute is passed.
ValueError If any of the parameters have invalid values.

latitude Returns the angle between equatorial plan and line thru the geo point.
longitude Returns the angle from a reference meridian to another meridian.

Methods

__eq__

View source

Return self==value.