nn::jpeg::CTR::JpegMpDecoder::GetGpsDestDistance Member Function

Syntax

#include <nn/jpeg.h>

static const Rational * GetGpsDestDistance(
     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 distance to the destination. Returns NULL on failure.

Description

Gets the distance to the destination (numeric value) included in GPS IFD.

Revision History

2010/10/21
Initial version.

CONFIDENTIAL