LocationMode constructor

LocationMode({
  1. String? longitude,
  2. String? latitude,
  3. String? accuracy,
  4. String? satellites,
  5. String? country,
  6. String? province,
  7. String? city,
  8. String? cityCode,
  9. String? district,
  10. String? adCode,
  11. String? address,
  12. String? poiName,
  13. String? bearing,
  14. String? speed,
  15. String? time,
})

Implementation

LocationMode(
    {this.longitude,
      this.latitude,
      this.accuracy,
      this.satellites,
      this.country,
      this.province,
      this.city,
      this.cityCode,
      this.district,
      this.adCode,
      this.address,
      this.poiName,
      this.bearing,
      this.speed,
      this.time});