Position constructor

Position(
  1. GlobalPoint point,
  2. double accuracy,
  3. double? heading,
  4. double? headingAccuracy,
  5. LocationPoint? locationPoint,
  6. double? locationHeading,
)

@brief Default constructor

Implementation

Position(this.point, this.accuracy, this.heading, this.headingAccuracy, this.locationPoint, this.locationHeading);