The Android framework comes with XML and JSON parsers. Searching for "android xml parser" or "android json parser" should turn up helpful results.
There's nothing builtin to parse directions specifically, but it shouldn't be hard once you've got the XML or JSON parsed. Steve On Wed, Aug 11, 2010 at 2:25 AM, tushar <[email protected]> wrote: > Hi, > > I am working on an app (not browser-based) that shows restaurants > around my current GPS fix. I would like to show driving directions to > the store selected by the user on the map view. > > The Google Directions webservice provides direction waypoints given > two geo locations. Is there some support available in Android MapView > for output (XML/JSON) spitted by this web service or do I have to roll > out my own parser and some kind of map overlay to display the > waypoints? > > Thx > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

