PedestrianRouteSearchOptions constructor

const PedestrianRouteSearchOptions({
  1. bool avoidStairways = false,
  2. bool avoidUnderpassesAndOverpasses = false,
  3. bool useIndoor = true,
  4. List<ExcludedArea> excludedAreas = const [],
})

Implementation

const PedestrianRouteSearchOptions({
  this.avoidStairways = false,
  this.avoidUnderpassesAndOverpasses = false,
  this.useIndoor = true,
  this.excludedAreas = const []
});