convert GPS coordinates (LatLong) to address (steetname, housenumber, ZIP ...)

with expression "here()" we can get GPS coordinates (LatLong) of current location

   

how can i convert this "LatLong" into "address-informaton (street-name, housenumber, Zipcode ...) inside AppSheet?

  

example:

from GPS coordinates:

Latitude: 40.785091 / Longitude: -73.968285

to address:

89 West 86th Transverse Road, New York, NY 10024 New York, Central Park New York, Manhattan New York United States

    

many thanks in advance for your help!

Solved Solved
0 2 1,366
1 ACCEPTED SOLUTION

It's not possible within Appsheet.

You can "geo encode" (I think that's the term), a LatLong into an Address with a Google Apps Script. Search this community for more info on that.

View solution in original post

2 REPLIES 2

It's not possible within Appsheet.

You can "geo encode" (I think that's the term), a LatLong into an Address with a Google Apps Script. Search this community for more info on that.

thank you for instant reply!

 

Top Labels in this Space