MapLayr
    Preparing search index...

    Interface RouteOptions

    Route-finding options.

    interface RouteOptions {
        avoidFlags?: string[] | Set<string>;
    }
    Index

    Properties

    Properties

    avoidFlags?: string[] | Set<string>

    Routes will avoid paths that have any of the flags declared here.