Location constructor

Location({
  1. num? accuracy,
  2. String? adCode,
  3. String? address,
  4. num? altitude,
  5. String? aoiName,
  6. num? bearing,
  7. String? buildingId,
  8. String? city,
  9. String? cityCode,
  10. String? coordType,
  11. String? country,
  12. String? district,
  13. num? errorCode,
  14. String? errorInfo,
  15. int? floor,
  16. num? gpsAccuracyStatus,
  17. bool? isFixLastLocation,
  18. bool? isMock,
  19. bool? isOffset,
  20. num? latitude,
  21. String? locationDetail,
  22. LocationQualityReport? locationQualityReport,
  23. num? locationType,
  24. num? longitude,
  25. String? poiName,
  26. String? provider,
  27. String? province,
  28. num? satellites,
  29. num? speed,
  30. String? street,
  31. String? streetNum,
  32. num? trustedLevel,
  33. num? time,
})

Implementation

Location({
  this.accuracy,
  this.adCode,
  this.address,
  this.altitude,
  this.aoiName,
  this.bearing,
  this.buildingId,
  this.city,
  this.cityCode,
  this.coordType,
  this.country,
  this.district,
  this.errorCode,
  this.errorInfo,
  this.floor,
  this.gpsAccuracyStatus,
  this.isFixLastLocation,
  this.isMock,
  this.isOffset,
  this.latitude,
  this.locationDetail,
  this.locationQualityReport,
  this.locationType,
  this.longitude,
  this.poiName,
  this.provider,
  this.province,
  this.satellites,
  this.speed,
  this.street,
  this.streetNum,
  this.trustedLevel,
  this.time,
});