0

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?

krzakov
  • 3,871
  • 11
  • 37
  • 52
  • This is **not possible**. Check this answer: http://stackoverflow.com/questions/13773658/capture-screen-shot-of-googlemap-android-api-v2 – jpintado May 19 '13 at 22:28
  • endomondo sports tracker using this, so it's possible. – krzakov May 19 '13 at 22:32
  • with v.1 you used to be able to, they dont give out keys anymore for it, now with v.2 you use static maps api to get picture of map – JRowan May 20 '13 at 00:12

1 Answers1

1

You can use the Static Map API V2 and get an image with a path as overlay.

Check the Paths section in the documentation.

jpintado
  • 365
  • 1
  • 7