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?
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?
You can use the Static Map API V2 and get an image with a path as overlay.
Check the Paths section in the documentation.