waypoints property

List<bool> waypoints
final

waypoints an array with the same length as coordinates, an entry true indicates that the point must be matched, false indicates that the point should be omitted from the matching result (not yet implemented)

Implementation

final List<bool> waypoints;