Convert Lat Long to address

How convert Lat Long to Address ? ... Somebody could help me ?

0 3 263
3 REPLIES 3

There isn't a feature for this in AppSheet.  You'll need to rely on external services such as Google's to do this.

To expand on @WillowMobileSys  "one such provider is Google" answer...

You are wanting "Reverse Geocoding".

Example API Call

https://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&key=YOUR_API_KEY

Keep in mind after you make the Reverse Geocoding API call, you'll get your answer back in JSON format and it's best to use the AppSheet API to  update your app's database in this scenario. 

Which means, you'll want to know, or learn, how to use the AppSheet API.

Geocode Provider

 https://developers.google.com/maps/documentation/geocoding/requests-reverse-geocoding

i'll trying ... thanks

Top Labels in this Space