krzakov
krzakov

Reputation: 4111

Google Map API v.2 - picture of the map

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

Answers (1)

jpintado
jpintado

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

Related Questions