ElectronicHorizonPosition constructor
- int pathIndex,
- int pathSegmentIndex,
- double pathSegmentOffsetInMeters
Creates a new instance.
Offline availability: This property is available online and offline.
pathIndexThe index of the current path in the list of ElectronicHorizon.paths.pathSegmentIndexThe index of the segment inside the ElectronicHorizonPath.segments.pathSegmentOffsetInMetersThe offset from the start of the segment in meters.
Implementation
ElectronicHorizonPosition(this.pathIndex, this.pathSegmentIndex, this.pathSegmentOffsetInMeters);