AppMetricaLocation constructor
const
AppMetricaLocation(})
Creates an object of the AppMetricaLocation class with the specified parameters. The parameters latitude
, longitude
are required.
Implementation
const AppMetricaLocation(this.latitude, this.longitude,
{this.provider,
this.altitude,
this.accuracy,
this.course,
this.speed,
this.timestamp});