Searched refs:destLatitude (Results 1 – 3 of 3) sorted by relevance
353 Rational destLatitude[NUM_GPS_LATITUDE_RATIONALS]; //!< 目的地の緯度(数値)。 member
605 memcpy(pGps->destLatitude, pValue, sizeof(pGps->destLatitude)); in SetGpsDestLatitude()
1504 return pGps->isDestLatitudeValid ? pGps->destLatitude : NULL; in GetGpsDestLatitude()