ADF_Lat Variable

Latitude of ADF station. Returns 0 if no ADF is tuned in. Measured in degrees, from -90 to +90. North latitude is positive unless a South_Latitude command has reversed the orientation. Read-only.

Example

NORTH_LATITUDE

ADF_FREQ = 362

IF PLANE_LAT > ADF_LAT THEN

PRINT "You are north of the NDB."

ELSEIF PLANE_LAT < ADF_LAT THEN

PRINT "You are south of the NDB."

ENDIF