-1

我使用的是谷歌地图 api v1,我可以将地图绘制到画布上并保存,现在我使用谷歌地图 api v2,因为我在 3 月 13 日之前获得了调试密钥,而就在这个周末准备好签署但不能因为我不知道它将被停产,所以,我的问题是:

1: is static maps api the correct way to do what i was doing in google maps 
api v1 draw the mapView to a canvas and compress the bitmap.

2: if it is does 25000 free requests pertain to me the developer or
 each individual user of the app that i am making?

感谢您的时间....

4

1 回答 1

1

我的猜测是您将 Google Maps API v2(也已弃用)与 Google Maps Android API v2 混淆了。

新的 API 在这里:https ://developers.google.com/maps/documentation/android/

Android API v2 没有这样的限制。

于 2013-04-20T12:18:33.023 回答