Type alias DirecAttributes

DirecAttributes: {
    name: string;
    path: Path;
    waypoints: UiPlace[];
}

Any result upon direction request, known or new.

Type declaration

  • name: string

    User-defined name

  • path: Path

    Exact traversal

  • waypoints: UiPlace[]

    Places lying on the direction

Generated using TypeDoc