GPS internals: Difference between revisions

Jump to navigation Jump to search
Line 71: Line 71:
;define-user-waypoint
;define-user-waypoint
: create a user waypoint based on the current scratch.
: create a user waypoint based on the current scratch.
;route-insert-before
: insert the current scratch data into the route, ''before'' the waypoint at the supplied index.
: ;index
: : the route index to insert before. If this is negative, the waypoint will be appended to the route.
;route-insert-after
: insert the current scratch data into the route, ''after'' the waypoint at the supplied index.
: ;index
: : the route index to after before. If this is negative, the waypoint will be appended to the route.
;route-delete
: delete the route waypoint at the specified index
: ;index
: : the route index to delete


==Configuration==
==Configuration==
580

edits

Navigation menu