| Trees | Indices | Help |
|
|---|
|
|
object --+
|
point.Point --+
|
_GpxElem --+
|
Waypoint
Class for representing a waypoint element from GPX data files
>>> Waypoint(52, 0) Waypoint(52.0, 0.0, None, None) >>> Waypoint(52, 0, None) Waypoint(52.0, 0.0, None, None) >>> Waypoint(52, 0, "name", "desc") Waypoint(52.0, 0.0, 'name', 'desc')
Since: 0.8.0
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
_elem_name =
|
|||
|
|||
|
description Waypoint's description |
|||
|
latitude Location's latitude |
|||
|
longitude Locations's longitude |
|||
|
name Waypoint's name |
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 20 12:41:17 2008 | http://epydoc.sourceforge.net |