GeolocationSensorReading constructor
GeolocationSensorReading({})
Implementation
external factory GeolocationSensorReading(
{double? timestamp,
double? latitude,
double? longitude,
double? altitude,
double? accuracy,
double? altitudeAccuracy,
double? heading,
double? speed});