Plane_Lat Variable

Aircraft's latitude. 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 > 44:00:00.0 THEN

PRINT "You passed the airport."

ENDIF