Searched refs:destLongitude (Results 1 – 3 of 3) sorted by relevance
319 Rational destLongitude[NUM_GPS_LONGITUDE_RATIONALS]; //!< 目的地の経度(数値)。 member
1813 memcpy(pGps->destLongitude, pValue, sizeof(pGps->destLongitude)); in SetGpsDestLongitude()
1917 return pGps->isDestLongitudeValid ? pGps->destLongitude : NULL; in GetGpsDestLongitude()