> I have to use the Gmap api in java program to get the list of > restuarants from google map along with root map > in xml format not in HTML format.
That's going to be difficult. The Google Maps API is client-side javascript, not java. Some Google API's can be accessed via HTTP and will give you output in XML format, like the one I pointed out. Some (like directions) are not available to non-client users. > If at all we get the > out put is in HTML format from which extracting actual data is tough. Yes, I don't think it's supposed to be easy. I can't read java but you appear to trying to scrape Google's data from a Google webpage, so I don't suppose they'd make it easy. > so please help me. Am runnig out of time plssssssssssss help You ought to look at the Google terms of use of the services you are using, I'm afraid it may mean a complete re-think. This thread might be of inetrest - http://groups.google.com/group/Google-Maps-API/browse_thread/thread/fd26dfe7b0ae2151/40d5900af6ca58de?lnk=gst&q=mobli+api+tos#40d5900af6ca58de 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 -~----------~----~----~----~------~----~------~--~---
