XPLM API Ref XPLMNavigation Latest - 4.4.0-d4

Gps Receiver

These APIs let you read data from the GPS unit.


XPLMGetGPSDestinationType

function

This routine returns the type of the currently selected GPS destination, one of fix, airport, VOR or NDB.

XPLM_API XPLMNavType XPLMGetGPSDestinationType(void);

XPLMGetGPSDestination

function

This routine returns the current GPS destination.

XPLM_API XPLMNavRef XPLMGetGPSDestination(void);