Type alias NavigationRequest

NavigationRequest: {
    distanceToChangeIndicationThreshold?: number;
    distanceToFloorChangeThreshold?: number;
    distanceToGoalThreshold?: number;
    distanceToIgnoreFirstIndication?: number;
    ignoreLowQualityLocations?: boolean;
    indicationsInterval?: number;
    outsideRouteThreshold?: number;
    roundIndicationsStep?: number;
    timeToFirstIndication?: number;
    timeToIgnoreUnexpectedFloorChanges?: number;
}

Type declaration

  • Optional distanceToChangeIndicationThreshold?: number
  • Optional distanceToFloorChangeThreshold?: number
  • Optional distanceToGoalThreshold?: number
  • Optional distanceToIgnoreFirstIndication?: number
  • Optional ignoreLowQualityLocations?: boolean
  • Optional indicationsInterval?: number
  • Optional outsideRouteThreshold?: number
  • Optional roundIndicationsStep?: number
  • Optional timeToFirstIndication?: number
  • Optional timeToIgnoreUnexpectedFloorChanges?: number

Name

NavigationRequest

Description

A data object that contains the request for navigation.

Generated using TypeDoc