Route Bookmarks
RouteBookmarks object
Functions
Link copied to clipboard
external fun add(name: String, waypoints: LandmarkList, preferences: RoutePreferences? = null, overwrite: Boolean = false)
Add a new route / update existing.
Link copied to clipboard
Export the route to the given file.
Link copied to clipboard
Get preferences of the route specified by index.
Link copied to clipboard
Get timestamp of the route specified by index.
Link copied to clipboard
Get waypoints of the route specified by index.
Link copied to clipboard
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Link copied to clipboard
Changes the sort order of the routes. Default order is ESortByDate. UI needs to refresh the list.
Link copied to clipboard
external fun update(index: Int, name: String? = null, waypoints: LandmarkList? = null, preferences: RoutePreferences? = null)
Update a route.