Searched refs:GpsLat (Results 1 – 3 of 3) sorted by relevance
140 strcpy(ImageInfo.GpsLat, "? ?"); in ProcessGpsInfo()196 ImageInfo.GpsLat[0] = ValuePtr[0]; in ProcessGpsInfo()232 strncpy(ImageInfo.GpsLat+2, TempString, 29); in ProcessGpsInfo()
116 char GpsLat[31]; member
1738 printf("GPS Latitude : %s\n",ImageInfo.GpsLat); in ShowImageInfo()