Nasal library/geo: Difference between revisions

Jump to navigation Jump to search
(Re-order functions and doc ERAD)
Line 292: Line 292:
== Functions ==
== Functions ==
=== aircraft_position() ===
=== aircraft_position() ===
{{Nasal doc
|syntax = geo.aircraft_position();
|text = Returns the main aircraft's current position in the form of a <code>geo.Coord</code> object. Note that the altitude will be in metres.
|example1 = var ac_pos = geo.aircraft_position();
ac_pos.dump();
}}
=== click_position() ===
=== click_position() ===
=== elevation() ===
=== elevation() ===

Navigation menu