nn::jpeg::CTR::JpegMpDecoder::GetGpsDestLongitude Member Function

Syntax

#include <nn/jpeg.h>

static const Rational * GetGpsDestLongitude(
     const GpsData * pGps
);

Parameters

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

Return Values

If successful, the function returns a pointer to the longitude (numeric value) of the destination. Returns NULL on failure.

Description

Gets the longitude (numeric value) of the destination included in GPS IFD.

Revision History

2010/10/21
Initial version.

CONFIDENTIAL