Re: [android-developers] Driving directions in Google map view

2010-08-18 Thread Steve Howard
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, 201

Re: [android-developers] Driving directions in Google map view

2010-08-12 Thread Mark Murphy
On Wed, Aug 11, 2010 at 5:25 AM, tushar wrote: > 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

[android-developers] Driving directions in Google map view

2010-08-12 Thread tushar
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