我想在左下角做一个按钮,但这是谷歌的标题。我能挪一下这个吗?或者我有权无所事事吗?我是说版权,因为我的按钮盖住了谷歌的标志。
屏幕
发布于 2016-01-21 21:08:15
是的,您可以通过提供填充来更改Google Logo默认地图控件:
googleMap.setPadding(int left, int top, int right, int bottom);下面是关于从文档中更改填充的更多信息:填充
https://stackoverflow.com/questions/34934123
复制相似问题