GPSLocationData constructor
GPSLocationData({})
Implementation
GPSLocationData({
this.latitude,
this.longitude,
this.countryName,
this.countryCode,
this.adminArea,
this.subAdminArea,
this.featureName,
this.postalCode,
this.locality,
this.subLocality,
this.address,
});