nn::jpeg::CTR::JpegMpDecoder::GetGpsDestLatitude Member Function

Syntax

#include <nn/jpeg.h>

static const Rational * GetGpsDestLatitude(
     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 a pointer to the latitude (numeric value) of the destination. Returns NULL on failure.

Description

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

Revision History

2010/10/21
Initial version.

CONFIDENTIAL