skipWaypoints property

List<bool>? skipWaypoints
final

skipWaypoints Skips specified waypoints. Waypoints are separated by ;. The number of skip segments must be equal to the number of waypoints. The first waypoint can not be skipped.

Implementation

final List<bool>? skipWaypoints;