BaiduLocation constructor

BaiduLocation({
  1. String? town,
  2. double? course,
  3. double? speed,
  4. String? locationID,
  5. String? locTime,
  6. int? locType,
  7. double? radius,
  8. double? latitude,
  9. double? longitude,
  10. double? altitude,
  11. String? country,
  12. String? adCode,
  13. String? cityCode,
  14. String? streetNumber,
  15. String? province,
  16. String? city,
  17. double? horizontalAccuracy,
  18. double? verticalAccuracy,
  19. String? district,
  20. String? street,
  21. String? address,
  22. String? locationDetail,
  23. BMFMockLocationProbability? probability,
  24. String? poiList,
  25. List<BaiduPoiList>? pois,
  26. Map? poiRegion,
  27. String? callbackTime,
  28. int? errorCode,
  29. String? errorInfo,
})

Implementation

BaiduLocation(
    {this.town,
    this.course,
    this.speed,
    this.locationID,
    this.locTime,
    this.locType,
    this.radius,
    this.latitude,
    this.longitude,
    this.altitude,
    this.country,
    this.adCode,
    this.cityCode,
    this.streetNumber,
    this.province,
    this.city,
    this.horizontalAccuracy,
    this.verticalAccuracy,
    this.district,
    this.street,
    this.address,
    this.locationDetail,
    this.probability,
    this.poiList,
    this.pois,
    this.poiRegion,
    this.callbackTime,
    this.errorCode,
    this.errorInfo});