Location constructor
Location({
- num? accuracy,
- String? adCode,
- String? address,
- num? altitude,
- String? aoiName,
- num? bearing,
- String? buildingId,
- String? city,
- String? cityCode,
- String? coordType,
- String? country,
- String? district,
- num? errorCode,
- String? errorInfo,
- int? floor,
- num? gpsAccuracyStatus,
- bool? isFixLastLocation,
- bool? isMock,
- bool? isOffset,
- num? latitude,
- String? locationDetail,
- LocationQualityReport? locationQualityReport,
- num? locationType,
- num? longitude,
- String? poiName,
- String? provider,
- String? province,
- num? satellites,
- num? speed,
- String? street,
- String? streetNum,
- num? trustedLevel,
- 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,
});