App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.api.search.stub.tokens.GeoPoint Class Reference
Inheritance diagram for google.appengine.api.search.stub.tokens.GeoPoint:
google.appengine.api.search.stub.tokens.Token

Public Member Functions

def __init__
 
def latitude
 
def longitude
 
- Public Member Functions inherited from google.appengine.api.search.stub.tokens.Token
def __init__
 
def chars
 
def position
 
def RestrictField
 
def __repr__
 
def __eq__
 
def __hash__
 

Detailed Description

Represents a geo point in a document field or query.

Member Function Documentation

def google.appengine.api.search.stub.tokens.GeoPoint.latitude (   self)
Returns the angle between equatorial plan and line thru the geo point.
def google.appengine.api.search.stub.tokens.GeoPoint.longitude (   self)
Returns the angle from a reference meridian to another meridian.

The documentation for this class was generated from the following file: