Trees | Indices | Help |
|
---|
|
object --+ | point.Point --+ | Waypoint
Since: 0.8.0
|
|||
|
|||
str
|
|
||
Inherited from Inherited from Inherited from |
|
|||
Fix |
|
|
|||
latitude Location's latitude |
|||
longitude Locations's longitude |
|||
name Waypoint's name |
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
Initialise a new Waypoint object >>> Waypoint(52.015, -0.221, "Home") Waypoint(52.015, -0.221, 'HOME')
|
Pretty printed location string >>> print(Waypoint(52.015, -0.221, "Home")) $GPWPL,5200.9000,N,00013.2600,W,HOME*5E
|
Parse waypoint data elements >>> Waypoint.parse_elements(["5200.9000", "N", "00013.2600", "W", ... "HOME"]) Waypoint(52.015, -0.221, 'HOME')
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 20 12:41:28 2008 | http://epydoc.sourceforge.net |