Latlong Coordinates

Hello Everyone, I’m trying to reverse geocode (changing coordinates to actual address) in my app and for that I need to have latitude and longitude in two different columns as in appsheet when using latlong column we get both values in the same column separated by a comma, is there any way I can get lat and long in two different columns because the script I have works with two columns instead of one.

Thanks in advance

Yes you can.

Please try LAT([Your Latlong Column Name]) for latitude and

LONG([Your Latlong Column Name]) for longitude.

https://help.appsheet.com/en/articles/2357284-lat

https://help.appsheet.com/en/articles/2357286-long

2 Likes

Thanks for your help it worked

1 Like