IALocation constructor
IALocation({})
Implementation
IALocation({
required double latitude,
required double longitude,
this.accuracy = 0,
this.heading = 0,
this.altitude = 0,
this.floor = 0,
this.floorCertainty = 0,
this.velocity = 0,
required this.timestamp,
}) : pixel = null,
floorplan = null,
super(latitude, longitude);