Send feedback
google.appengine.api.search.GeoPoint
Stay organized with collections
Save and categorize content based on your preferences.
Represents a point on the Earth's surface, in lat, long coordinates.
Inherits From: expected_type
View aliases
Main aliases
`google.appengine.api.search.search.GeoPoint`
google . appengine . api . search . GeoPoint (
latitude , longitude
)
Args
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.
Raises
TypeError
If any of the parameters have invalid types, or an unknown
attribute is passed.
ValueError
If any of the parameters have invalid values.
Attributes
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
__eq__ (
other
)
Return self==value.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[],[]]