Searched refs:GetLongitudeLatitude (Results 1 – 1 of 1) sorted by relevance
77 double GetLongitudeLatitude(string inputStr, const string& ref = "") in GetLongitudeLatitude() function295 exifJson[PHOTO_DATA_IMAGE_GPS_LONGITUDE] = (err == 0) ? GetLongitudeLatitude(propertyStr): 0; in ExtractImageExif()298 exifJson[PHOTO_DATA_IMAGE_GPS_LATITUDE] = (err == 0) ? GetLongitudeLatitude(propertyStr): 0; in ExtractImageExif()338 tempLocation = GetLongitudeLatitude(propertyStr, refStr); in ExtractLocationMetadata()345 tempLocation = GetLongitudeLatitude(propertyStr, refStr); in ExtractLocationMetadata()