MesiboLocationConfig constructor
MesiboLocationConfig({
- int? minDistance = 250,
- int? minDistanceSharing = 100,
- int? minInterval = 30000,
- int? maxInterval = 3600000,
- bool? backgroundRefresh = false,
- bool? fineLocation = true,
- bool? enableMock = false,
- bool? askPermissions = true,
- bool? aggressive = false,
- bool? gpsProvider = true,
- bool? networkProvider = true,
- bool? fusedProvider = true,
- 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,}
);