Type alias TMappedinDirective

TMappedinDirective: {
    action?: IAction;
    atLocation?: MappedinVortex;
    distance: number;
    instruction: string;
    node: MappedinNode;
    type?: BEARING_TYPE;
}

this is the "overloaded" version of the directive, with get-venue classes instead of stubs

Type declaration

  • Optional action?: IAction
  • Optional atLocation?: MappedinVortex
  • distance: number

    Distance from the last instruction to the current. Useful for turn by turn navigation

  • instruction: string
  • node: MappedinNode
  • Optional type?: BEARING_TYPE