lookAheadDistancesInMeters property

List<double> lookAheadDistancesInMeters
getter/setter pair

The ordered list of distances that define how far to look ahead in meters when calculating electronic horizon paths. The first entry of the list is for the most preferred path, the second is for the side paths of the first level, the third is for the side paths of the second level, and so on. Each entry defines how far ahead the path should be provided. The valid number of values is from one to ten. Values beyond the tenth entry are removed from the list. If the list is empty, a single default distance value is used instead.

Implementation

List<double> lookAheadDistancesInMeters;