How to get Longitude and Latitude on an image in vDesigner 2.0?

I want the Longitude and Latitude of an image while capturing it in a vDesigner 2.0 application

@AnushkaGupta

  1. Configure the “Save Location” task to save the location using the provided latitude and
    longitude. The data should be passed in the following format:

    {
    “Gps_information”:
    {
    “latitude”: “”,
    “longitude”: “”
    }
    }
    Screenshot from 2024-08-27 16-36-42

  2. To concatenate the latitude and longitude, configure the “Copy Data” task, which will
    merge these values and save the result into an entity.

  3. Finally, configure the “Open Camera” task, enable the watermark option, and pass the
    final entity into the watermark checkbox.
    Screenshot from 2024-08-27 16-37-42

2 Likes