I have extracted Latitude and Longitude values from jpg files using below Attribute function... (A sample excel output is attached)
Attribute('$(vFileName)', 'GPSLatitude') as GPSLatitude,
Attribute('$(vFileName)', 'GPSLongitude') as GPSLongitude
On basis of the values of Latitude and Longitude, I want to map the location. I have tried to implement the solution provided in below QV community discussion -