NavigationSettings constructor

const NavigationSettings({
  1. double outsideRouteThreshold = -1,
  2. double distanceToGoalThreshold = -1,
})

Implementation

const NavigationSettings({
  this.outsideRouteThreshold = -1,
  this.distanceToGoalThreshold = -1,
});