Returns the glideslope, in degrees, to the specified latitude and longitude.
Note: The angle between the user's aircraft and the ground can't exceed 90 degrees.
Syntax
Glide_Slope (lat, lon)
where
lat | Specifies the latitude. |
lon | Specifies the longitude. |
Example
DECLARE GS2_Meigs
GS2_Meigs = GLIDE_SLOPE(41:51:13.3942, 087:36:27.2470)