reverseTrackData method
Reverses the sequence of points in the waypoint track data.
Changes the order of the track points.
Implementation
void reverseTrackData() {
objectMethod(pointerId, 'Landmark', 'reverseWaypointTrackData');
}
Reverses the sequence of points in the waypoint track data.
Changes the order of the track points.
void reverseTrackData() {
objectMethod(pointerId, 'Landmark', 'reverseWaypointTrackData');
}