Use the Google MAp API response to call other rest services
how can i get the location output returned by google map API as in JSON format so as to use it for further REST-API call.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
how can i get the location output returned by google map API as in JSON format so as to use it for further REST-API call.
Hello! There are a few ways to do that:
1) Call service in mapping (add JS in mapping and call the service there);
2) On service success call the function. To that function on service success transmits "data" parameter with responce data. You can go through that data and call services you need.
2) Map needed parameters to local storage and use them for mapping to another services.