Since it hasn't been answered and I couldn't find it on the econym web site, does anybody know how to export the results? I can generate a driving distance, geocode lat/long, or come up with directions, but I don't know how to get javascript to automatically export/save the output into a TXT or CSV (preferably the action will happen on client side and not server side). If I save the web page, it doesn't help because the GDirections result is not actually captured.
Any input on where I could look for the javascript code to export variables to TXT or CSV? I don't want a button on the page (like on batchgeocode.com where it exports to KML). I prefer the save process to be automatic I want to stay within javascript (not use something like Python). Thanks! WDoerner On Aug 1, 8:56 pm, mehdi Jahromi <[email protected]> wrote: > Thank you for your prompt response. I will follow your suggestions. > > On Sat, Aug 1, 2009 at 4:50 PM, Rossko <[email protected]> wrote: > > > > I am trying to extract driving distance ( # of miles ) from a loaded > > > map, after start and the end direction is entered. Is there a way > > > that this information can be extracted by running a Javascript on the > > > page ? > > > Yes. > > But to put javascript in a webpage, you have to 'own' the webpage, you > > can't use maps.google.com. > > So you have to build your own map and bits and pieces (like the > > get=directions form) in your own webpage, using the Maps API in > > javascript or Flash. > > Be warned this isn't easy if you have no experience. > > You can get a feel for the level of coding required here - > > http://econym.org.uk/gmap/ > > > > How can I just view the google map directions, without the map. > > As above! > > There are terms and conditions attached to the service, you need to > > check if the purpose you want all this for is actually allowed. > >http://code.google.com/apis/maps/terms.html > > > 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 -~----------~----~----~----~------~----~------~--~---
