I need to take a screenshot of a Google Map
without using a static map in asp.net.
The features I need are not in the static map API
, including rotation of the map, traffic, and so on.
I've used several libraries, including the C# web browser, CEFSharp, but none of the ability to take screenshots from the Google map.
For example, my problem with the C# web browser is to load the Google map after the DocumentCompleted event. The resulting image was displayed as gray content.
How can I get a screenshot of Google Map Programmatically?