BaiduLocationIOSOption constructor

BaiduLocationIOSOption({
  1. String? BMKLocationCoordinateType,
  2. required BMFLocationCoordType coordType,
  3. int? locationTimeout,
  4. bool? allowsBackgroundLocationUpdates = false,
  5. int? reGeocodeTimeout,
  6. BMFActivityType? activityType = BMFActivityType.automotiveNavigation,
  7. double? distanceFilter,
  8. BMFDesiredAccuracy? desiredAccuracy = BMFDesiredAccuracy.best,
  9. bool? isNeedNewVersionRgc,
  10. bool? pausesLocationUpdatesAutomatically,
})

构造方法

Implementation

BaiduLocationIOSOption({
  this.BMKLocationCoordinateType,
  required BMFLocationCoordType coordType,
  this.locationTimeout,
  this.allowsBackgroundLocationUpdates = false,
  this.reGeocodeTimeout,
  this.activityType = BMFActivityType.automotiveNavigation,
  this.distanceFilter,
  this.desiredAccuracy = BMFDesiredAccuracy.best,
  this.isNeedNewVersionRgc,
  this.pausesLocationUpdatesAutomatically,
}) : super(coordType: coordType);