Companion

object Companion

Route Bookmarks companion

Functions

Link copied to clipboard
external fun getWaypointTrackData(lmk: Landmark): Path?

Extract track from the given waypoint.

Link copied to clipboard
external fun produce(name: String, dir: String? = null): RouteBookmarks?
Link copied to clipboard

Reverse waypoint track data.

Link copied to clipboard
external fun setWaypointTrackData(lmk: Landmark, track: Path): Int

Add the given track to waypoint.

Link copied to clipboard

Truncate track data between the given departure and destination coordinates. Set dep = dest to create a track circuit.

Link copied to clipboard

Check if waypoint has track data.