Type alias Route

Route: {
    edges: RouteStep[];
    firstStep: RouteStep;
    from: Point;
    indications: Indication;
    lastStep: RouteStep;
    nodes: Point[];
    points: Point[];
    segments: RouteSegment[];
    steps: RouteStep[];
    to: Point;
}

Type declaration

Name

Route

Description

Route between two points.

Generated using TypeDoc