Type alias Indication

Indication: {
    distance: number;
    distanceToNextLevel: number;
    indicationType: string;
    neededLevelChange: boolean;
    orientation: number;
    orientationType: string;
    stepIdxDestination: number;
    stepIdxOrigin: number;
}

Type declaration

  • distance: number
  • distanceToNextLevel: number
  • indicationType: string
  • neededLevelChange: boolean
  • orientation: number
  • orientationType: string
  • stepIdxDestination: number
  • stepIdxOrigin: number

Name

Indication

Description

Represents the instruction that a user should follow when on a RouteStep to continue the route.

Generated using TypeDoc