I spent a couple minutes looking into the WebRequest class, and if I understand it correctly, it provides similar functionality to cURL. If that is the case, you still need to feed the contents of the response to a browser to render.
On Wednesday, April 23, 2014 3:18:36 PM UTC-4, Chris Morrow wrote: > > I've used the GeoChart to show a nice view of traffic. > > The API is straightforward and very easy to use, however, I'd like to get > the output as an image to use in other applications. > > My issues is that this is a javascript chart, and I need someway to > automate calling the webpage that produces the chart to save the image to > disk. > > I have a process that performs a post of the image using getImageURI() > however when I try to call this page programmatically using C# and > WebRequest.Create it does not seem to execute resulting in no image. > > I will call this process for many different customers so we produce the > appropriate map for their traffic. > > Any help you can provide is appreciated, and I'm sure I'm missing the > obvious. > > Thanks in advance. > Chris > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
