LocationInfo constructor
LocationInfo({
- String? callbackTime,
- String? locationTime,
- int? locationType,
- double? latitude,
- double? longitude,
- double? accuracy,
- double? altitude,
- double? bearing,
- double? speed,
- String? country,
- String? province,
- String? city,
- String? district,
- String? street,
- String? streetNumber,
- String? cityCode,
- String? adCode,
- String? address,
- String? description,
Implementation
LocationInfo(
{this.callbackTime,
this.locationTime,
this.locationType,
this.latitude,
this.longitude,
this.accuracy,
this.altitude,
this.bearing,
this.speed,
this.country,
this.province,
this.city,
this.district,
this.street,
this.streetNumber,
this.cityCode,
this.adCode,
this.address,
this.description});