PNPOSLLA
This structure contains position details in latitude, longitude, and altitude units.
Syntax
typedef struct tagPNPOSLLA{
PNDouble dLong;
PNDouble dLat;
PNDouble dAlt;
PNBool fRadians;
} PNPOSLLA;
Members
- dLong
- Specifies longitude
- dLat
- Specifies latitude
- dAlt
- Specifies height above geoid, in meters
- fRadians
- Boolean that is set to TRUE if the position specified by dLong and dLat is in radians, or to FALSE if it is in degrees. Position is generally described in radians throughout PNAPI unless otherwise stated.