createNavigationRequest function
Implementation
NavigationRequest createNavigationRequest(arguments) => NavigationRequest(
distanceToGoalThreshold: arguments['distanceToGoalThreshold'],
outsideRouteThreshold: arguments['outsideRouteThreshold'],
distanceToIgnoreFirstIndication:
arguments['distanceToIgnoreFirstIndication'],
distanceToFloorChangeThreshold:
arguments['distanceToFloorChangeThreshold'],
distanceToChangeIndicationThreshold:
arguments['distanceToChangeIndicationThreshold'],
indicationsInterval: arguments['indicationsInterval'],
timeToFirstIndication: arguments['timeToFirstIndication'],
roundIndicationsStep: arguments['roundIndicationsStep'],
timeToIgnoreUnexpectedFloorChanges:
arguments['timeToIgnoreUnexpectedFloorChanges'],
ignoreLowQualityLocations: arguments['ignoreLowQualityLocations'],
);