Nasal Modules: Difference between revisions

Jump to navigation Jump to search
 
Line 23: Line 23:
|syntax = pathForHistory(minEdgeLengthM);
|syntax = pathForHistory(minEdgeLengthM);
|source =  
|source =  
|text = Get path for flight history. This function returns a vector of hashes as path points. Each hash contains the following keys: <code>lat</code>, <code>lon</code>, <code>elevation</code>.
|text = Get path for flight history. This function returns a vector of hashes as path points. Each hash contains the following keys: <code>lat</code>, <code>lon</code>, <code>elevation</code> (the altitude of the aircraft in meters).
|param1 = minEdgeLengthM
|param1 = minEdgeLengthM
|param1text = Minimum length of segment in meters. Shorter segments will be collapsed. Default is 50.0, type double.
|param1text = Minimum length of segment in meters. Shorter segments will be collapsed. Default is 50.0, type double.
1,375

edits

Navigation menu