NavigationRequest constructor
NavigationRequest({
- int? distanceToGoalThreshold,
- int? outsideRouteThreshold,
- int? distanceToIgnoreFirstIndication,
- int? distanceToFloorChangeThreshold,
- int? distanceToChangeIndicationThreshold,
- int? indicationsInterval,
- int? timeToFirstIndication,
- int? roundIndicationsStep,
- int? timeToIgnoreUnexpectedFloorChanges,
- bool? ignoreLowQualityLocations,
Configure the navigation parameters.
Implementation
NavigationRequest({
this.distanceToGoalThreshold,
this.outsideRouteThreshold,
this.distanceToIgnoreFirstIndication,
this.distanceToFloorChangeThreshold,
this.distanceToChangeIndicationThreshold,
this.indicationsInterval,
this.timeToFirstIndication,
this.roundIndicationsStep,
this.timeToIgnoreUnexpectedFloorChanges,
this.ignoreLowQualityLocations,
});