Page 1 of 1

Use the Google MAp API response to call other rest services

Posted: Mon Jul 15, 2013 9:29 am
by rahul tiwari

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.


Use the Google MAp API response to call other rest services

Posted: Mon Jul 15, 2013 11:19 am
by Maryna Brodina

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.