AMapLocation constructor
const
AMapLocation({})
Implementation
const AMapLocation({
this.provider = '',
required this.latLng,
this.accuracy = 0,
this.altitude = 0,
this.bearing = 0,
this.speed = 0,
this.time = 0,
});