Position constructor
Position(
- GlobalPoint point,
- double accuracy,
- double? heading,
- double? headingAccuracy,
- LocationPoint? locationPoint,
- double? locationHeading,
@brief Default constructor
Implementation
Position(this.point, this.accuracy, this.heading, this.headingAccuracy, this.locationPoint, this.locationHeading);