如何获取Google Map(Android API)的当前填充

时间:2017-07-21 14:14:36

标签: android google-maps google-maps-android-api-2 padding

如何获取Google Maps Android API提供的Google地图的当前填充?

我知道我可以使用setPadding(int left, int top, int right, int bottom)设置填充。

但是我想只改变左侧填充并保留其他填充。

1 个答案:

答案 0 :(得分:0)

似乎您还不能执行此操作。可能是故意的。使用装饰器模式并环绕googlemap对象并自己存储填充,以便您可以检索它。