GoogleMapsPlacesV1RouteModifiers constructor

GoogleMapsPlacesV1RouteModifiers({
  1. bool? avoidFerries,
  2. bool? avoidHighways,
  3. bool? avoidIndoor,
  4. bool? avoidTolls,
})

Implementation

GoogleMapsPlacesV1RouteModifiers({
  this.avoidFerries,
  this.avoidHighways,
  this.avoidIndoor,
  this.avoidTolls,
});