Location task in vdesigner

What is the use of location task.

4 Likes

Location task is used to fetch the location of the user by lat and long if the user accepted the location permission

1 Like

It is used to Capture the lat long of device location. By using this task you can copy the latitude and longitude of the location to a JSON path and then use it somewhere else. It also captures the address provided by the google library.

Check the official documentation below:
https://academy.vahanacloud.com/design/location/

2 Likes