set Waypoint Track Departure And Destination
external fun setWaypointTrackDepartureAndDestination(lmk: Landmark, dep: Coordinates, dst: Coordinates): Int
Truncate track data between the given departure and destination coordinates. Set dep = dest to create a track circuit.
Parameters
lmk
The landmark waypoint which track data is reversed.
dep
The track new departure coordinate.
dst
The track new destination coordinate.