nn::jpeg::CTR::JpegMpDecoder::GetGpsDestLongitudeRef Member Function

Syntax

#include <nn/jpeg.h>

static char GetGpsDestLongitudeRef(
     const GpsData * pGps
);

Arguments

Name Description
in pGps Specifies the GPS IFD. Call the GetLastGpsData function to obtain this.

Return Values

If successful, the function returns the East ('E') or West ('W') longitude of the destination. Returns 0x00 on failure.

Description

Gets the East (E) or West (W) latitude of the destination included in GPS IFD.

Revision History

2010/10/21
Initial version.

CONFIDENTIAL