> Is there a simple way to show the driving route in text form on my > site?
I don't think there's a simple way - if you're working from an xml file you have to build the sidebar yourself. You can have a look here to see one way to do it: http://www.xelawho.com/map/drive.htm (although I have been told by hardcore coders that the code I used there is very, very wrong - that the database should be in Json, that innerHTML "shouldn't" be used, etc... but hey - it works so...) but I wonder why you are doing it from xml in the first place- Directions are supported in Germany... why not use the directions service and let that do all the work, as in the example you gave? (one other thing - java and javascript are completely separate languages, despite the similar names) -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
