MesiboLocationConfig constructor

MesiboLocationConfig({
  1. int? minDistance = 250,
  2. int? minDistanceSharing = 100,
  3. int? minInterval = 30000,
  4. int? maxInterval = 3600000,
  5. bool? backgroundRefresh = false,
  6. bool? fineLocation = true,
  7. bool? enableMock = false,
  8. bool? askPermissions = true,
  9. bool? aggressive = false,
  10. bool? gpsProvider = true,
  11. bool? networkProvider = true,
  12. bool? fusedProvider = true,
  13. bool? passiveProvider = true,
})

Implementation

}class MesiboLocationConfig extends MesiboLocationConfigFlutter{MesiboLocationConfig({super.minDistance= 250,super.minDistanceSharing= 100,super.minInterval= 30000,super.maxInterval= 3600000,super.backgroundRefresh= false,super.fineLocation= true,super.enableMock= false,super.askPermissions= true,super.aggressive= false,super.gpsProvider= true,super.networkProvider= true,super.fusedProvider= true,super.passiveProvider= true,}
              );