c3nav
    Preparing search index...

    Interface RoutingOptions

    interface RoutingOptions {
        mode: "fastest" | "shortest";
        restrictions: "normal" | "prefer" | "avoid";
        walk_speed: "default" | "fast" | "slow";
        way_types: Record<string, "allow" | "avoid" | "restrict">;
    }
    Index

    Properties

    mode: "fastest" | "shortest"
    restrictions: "normal" | "prefer" | "avoid"
    walk_speed: "default" | "fast" | "slow"
    way_types: Record<string, "allow" | "avoid" | "restrict">