LocationPayload constructor
const
LocationPayload({
- double? latitude,
- double? longitude,
- double? accuracy,
- double? altitude,
- double? speed,
- double? bearing,
- double? course,
- String? provider,
- String? timestamp,
- bool? isMocked,
- String? address,
- String? city,
- String? country,
- String? countryCode,
- String? postalCode,
- String? administrativeArea,
- String? subAdministrativeArea,
- String? locality,
- String? subLocality,
Implementation
const LocationPayload({
this.latitude,
this.longitude,
this.accuracy,
this.altitude,
this.speed,
this.bearing,
this.course,
this.provider,
this.timestamp,
this.isMocked,
this.address,
this.city,
this.country,
this.countryCode,
this.postalCode,
this.administrativeArea,
this.subAdministrativeArea,
this.locality,
this.subLocality,
});