Latitude of the station tuned in on the NAV1 radio. Returns 0 if the NAV1 radio is not tuned to a station. 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
IF PLANE_LAT > VOR_1_LAT
PRINT "You are north of the VOR."
ENDIF