exclude property

List<String>? exclude
final

exclude Exclude certain road classes from routing. Comma-separated list of the following classes: toll, motorway, ferry, tunnel, ford

Implementation

final List<String>? exclude;