0

我正在创建通过在 MapView(Google Maps Android API v2)上创建覆盖来跟踪用户位置的应用程序。是否可以将地图及其叠加层保存为图像?

4

3 回答 3

3

使用谷歌静态地图 API。它返回带有任何覆盖的位置图像(带有比例、缩放、宽度、高度、纬度、长参数)wish。并且适用于简单的 http 请求。

于 2013-01-07T22:26:19.493 回答
1

我不相信在 Google Maps Andoird API V2 中这是可能的。请参阅我不久前提出的问题:Capture screen shot of GoogleMap Android API V2

您当然可以使用 DDMS 保存屏幕截图,但我怀疑这就是您想要做的。

于 2013-01-08T17:04:15.187 回答
0

this guy in the android development message threads had a similar problem: https://groups.google.com/forum/?fromgroups=#!topic/android-developers/eGOyIkj4BfU

He had the same issue you are having and seemed to have resolved it.

in iOS the problem is easy to fix. you can Render from context and save it as PNG or JPG in your camera roll or User Directory ;) Good luck with droid.

于 2013-01-07T21:26:53.337 回答