Next / Previous / Contents / Shipman's homepage

9.2. Loc.addGps(): Add a waypoint

Waypoints are kept in a simple list, in the order they are added.

birdnotes.py
# - - -   L o c . a d d G p s

    def addGps ( self, gps ):
        """Add one waypoint.
        """
        self.__gpsList.append ( gps )