> Well thanks a lot for the reply..Again what i need to do is to show > the whole JSON object returned by google...how is it possible?.
You started off by asking about XML and then wanted to know if a click was on a road ... To show all the JSON, just parse it variable by variable and display it on your webpage. The format of the JSON is described at - http://code.google.com/apis/maps/documentation/geocoding/index.html#ReverseGeocoding To find out about parsing JSON in javascript try - http://www.google.co.uk/search?hl=en&q=parsing+JSON+in+javascript&meta=&aq=f&oq= To find out about displaying contents of variables try - http://www.google.co.uk/search?hl=en&q=displaying+variables+in+javascript+&meta= or http://www.google.co.uk/search?hl=en&q=displaying+javascript+variables+in+webpage&meta= cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
