BaiduLocationAndroidOption constructor

BaiduLocationAndroidOption({
  1. String? coorType,
  2. required BMFLocationCoordType coordType,
  3. bool? isNeedAddress,
  4. bool? isNeedAltitude,
  5. bool? isNeedLocationPoiList,
  6. bool? isNeedNewVersionRgc,
  7. bool? isNeedLocationDescribe,
  8. bool? openGps,
  9. int? scanspan = 0,
  10. BMFLocationMode? locationMode = BMFLocationMode.hightAccuracy,
  11. BMFLocationPurpose? locationPurpose = BMFLocationPurpose.other,
})

构造方法

Implementation

BaiduLocationAndroidOption({
  this.coorType,
  required BMFLocationCoordType coordType,
  this.isNeedAddress,
  this.isNeedAltitude,
  this.isNeedLocationPoiList,
  this.isNeedNewVersionRgc,
  this.isNeedLocationDescribe,
  this.openGps,
  this.scanspan = 0,
  this.locationMode = BMFLocationMode.hightAccuracy,
  this.locationPurpose = BMFLocationPurpose.other,
}) : super(coordType: coordType);