yolkbot
    Preparing search index...

    Interface PathResult

    The outcome of a PathGraph.route

    interface PathResult {
        nodes: PathNode[];
        partial: boolean;
    }
    Index

    Properties

    Properties

    nodes: PathNode[]

    The nodes to travel through, starting where the search started

    partial: boolean

    Whether the destination turned out to be unreachable, so these nodes only get as close as the map allows