Reputation: 61510
I am working on an application that is using the google maps javascript API and it seems like it would be good to be able to download screenshots of the currently rendered map in our application.
I can't seem to find any options in the api that describe how to do this.
Is there anyway to download an image of the currently rendered map? Currently we are using a HYBRID
map type
Upvotes: 0
Views: 92
Reputation: 31912
This isn't an option in the Javascript API. However you might be able to achieve the same map using the Static maps API, which just generates a PNG image: https://developers.google.com/maps/documentation/staticmaps/
Upvotes: 3