google.appengine.api.datastore_types.GeoPt

A geographical point, specified by floating-point latitude and longitude

Inherits From: expected_type

coordinates. Often used to integrate with mapping sites like Google Maps.

This is the georss:point element. In XML output, the coordinates are provided as the lat and lon attributes. See: http://georss.org/

Serializes to <lat>,<lon>. Raises BadValueError if it's passed an invalid serialized string, or if lat and lon are not valid floating points in the ranges [-90, 90] and [-180, 180], respectively.

Methods

ToXml

View source

__eq__

View source

Return self==value.

__ge__

View source

Return self>=value.

__gt__

View source

Return self>value.

__le__

View source

Return self<=value.

__lt__

View source

Return self<value.

__ne__

View source

Return self!=value.

lat None
lon None