IALocation.fromCoordinate constructor
IALocation.fromCoordinate(})
Implementation
IALocation.fromCoordinate(
IACoordinate coordinate, {
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(coordinate.latitude, coordinate.longitude);