diff --git a/docs/4. Integrations/Google Maps API for reverse geo location.md b/docs/4. Integrations/Google Maps API for reverse geo location.md index 6b1bc5ab3..9dbd60f39 100644 --- a/docs/4. Integrations/Google Maps API for reverse geo location.md +++ b/docs/4. Integrations/Google Maps API for reverse geo location.md @@ -38,7 +38,7 @@ Here the `result_1` is the result storing the location pin shared by the user Screenshot 2024-08-29 at 3 46 00 PM 5. Following parameters are the response -{ +`{ "ward": "", "success": true, "state": "", @@ -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