Hi All, I have a requirement to calculate the following with the help of a web service. I will be designing a web service to achieve the following 1. Convert an address into geo-code 2. Convert geo-code to Address 3. Calculate the distance between two geo-codes
My application is a background service and won’t be having any UI and I wanted to call Google API to achieve the above mentioned calculations. For achieving Operation#1, I have registered for Google MAP API and I was able to get the geo-coding in XML/CSV format if I am sending a http request with the URL of the form, http://maps.google.com/maps/geo?q=PhoenixVille+PA+UnitedStates&output=xml&key=<MY_KEY>. How do I achieve the operations #2 and #3? I have seen many example where in the same implemented with the help of javascript and google map control to calculate and show in UI. But, I haven’t seen a single example which describes how we can achieve the same without a UI? It would be of great help if anyone could help me to solve this. Regards, Praveen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
