isTrackResume property

bool isTrackResume
getter/setter pair

The track resume mode. Relevant for routing using path-based landmarks.

If true, the track will be used in routing from the closest coordinate until the last. If false, the track will be used entirely in routing, from the first coordinate until the last. At least one waypoint before the track waypoint should be configured - this will determine the closest position on track

Default is true

Implementation

bool isTrackResume;