Reputation: 4111
In my app I'm using GoogleMap
component to show path on the map. Everything works fine, but I want to save this map with path to the png
.
Is there any way I can achieve that programatically?
Upvotes: 0
Views: 119
Reputation: 365
You can use the Static Map API V2 and get an image with a path as overlay.
Check the Paths section in the documentation.
Upvotes: 1