LocationOptions constructor

LocationOptions({
  1. int? locationPurpose = 2,
  2. int? locationMode = 2,
  3. bool? gpsFirst = true,
  4. bool? isOnceLocation = false,
  5. int? httpTimeOut = 30000,
  6. int? interval = 2000,
  7. bool? isAddress = true,
})

Implementation

LocationOptions(
    {this.locationPurpose = 2,
      this.locationMode = 2,
      this.gpsFirst = true,
      this.isOnceLocation = false,
      this.httpTimeOut = 30000,
      this.interval = 2000,
      this.isAddress = true});