App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
google.appengine.datastore.document_pb.FieldValue_Geo Class Reference
Inheritance diagram for google.appengine.datastore.document_pb.FieldValue_Geo:

Public Member Functions

def __init__
 
def lat
 
def set_lat
 
def clear_lat
 
def has_lat
 
def lng
 
def set_lng
 
def clear_lng
 
def has_lng
 
def MergeFrom
 
def Equals
 
def IsInitialized
 
def ByteSize
 
def ByteSizePartial
 
def Clear
 
def OutputUnchecked
 
def OutputPartial
 
def TryMerge
 
def __str__
 

Public Attributes

 has_lat_
 
 lat_
 
 has_lng_
 
 lng_
 

Static Public Attributes

int has_lat_ = 0
 
float lat_ = 0.0
 
int has_lng_ = 0
 
float lng_ = 0.0
 

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