Skip to content

Commit

Permalink
Update Google Maps API for reverse geo location.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mahajantejas authored Sep 2, 2024
1 parent 88db57d commit 9906cba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Here the `result_1` is the result storing the location pin shared by the user
<img width="1030" alt="Screenshot 2024-08-29 at 3 46 00 PM" src="https://github.com/user-attachments/assets/44c0e6ad-5282-486f-90ad-86fd6e073543"/>

5. Following parameters are the response
{
`{
"ward": "",
"success": true,
"state": "",
Expand All @@ -47,7 +47,7 @@ Here the `result_1` is the result storing the location pin shared by the user
"country": "",
"city": "",
"address": ""
}
}`

6. Use the following @results format to access the response of the api
- to access country - @results.loc.country
Expand Down

0 comments on commit 9906cba

Please sign in to comment.