CommuteFilter constructor

CommuteFilter({
  1. bool? allowImpreciseAddresses,
  2. String? commuteMethod,
  3. TimeOfDay? departureTime,
  4. String? roadTraffic,
  5. LatLng? startCoordinates,
  6. String? travelDuration,
})

Implementation

CommuteFilter({
  this.allowImpreciseAddresses,
  this.commuteMethod,
  this.departureTime,
  this.roadTraffic,
  this.startCoordinates,
  this.travelDuration,
});