Returns the angle, in degrees magnetic, from lat, lon to an aircraft in the horizontal plane.
Syntax
Radial (lat, lon)
where
lat | Specifies the latitude. |
lon | Specifies the longitude. |
Example
WHILE RADIAL(47:00.0, 118:00.0) < 090
WAIT 1
END WHILE