如何将版权移到地图v2的顶部为Android?

如何将版权移到地图v2的顶部为Android?,第1张

概述根据 attribution guidelines of google maps,我必须在我的Android应用程序中显示地图时显示谷歌和地图提供商的版权.版权通常显示在mapview的底部. 问题是我的应用程序底部有一个圆形小部件,隐藏了一些版权声明. 这就是为什么我想将版权移到mapview的顶部 07001. setPadding带来的变化是: Camera movements via AP 根据 attribution guidelines of google maps,我必须在我的AndroID应用程序中显示地图时显示谷歌和地图提供商的版权.版权通常显示在mapvIEw的底部.
问题是我的应用程序底部有一个圆形小部件,隐藏了一些版权声明.
这就是为什么我想将版权移到mapvIEw的顶部

07001.

setpadding带来的变化是:

Camera movements via API calls or button presses (e.g.,compass,my location,zoom buttons) will be relative to the padded region. getCameraposition() will return the center of the padded region. Projection.getVisibleRegion() will return the padded region. UI controls will be offset from the edge of the container by the specifIEd number of pixels.

但我想要所有这些函数的标准行为(没有填充的那些函数)!

所以要么:我怎样才能移动版权,而不改变上述功能的行为?
或者:如何在填充边界之外使这些功能正常工作?

解决方法

Do I need to use the text provIDed on the imagery?

The automatically generated Google logo and data provIDer attribution
may only be removed or obstructed if reintroduced in a visible form
elsewhere within the Content (e.g. photo caption below a Google Earth
still). In other words,your text must be as visible as it would have
been if you had used the default text that we provIDe.

看起来你可以将相同的文字放在自己身上,只要它是可见的.我建议使用负边距将默认文本降低到视图之外,然后使用TextVIEw显示版权文本.

总结

以上是内存溢出为你收集整理的如何将版权移到地图v2的顶部为Android?全部内容,希望文章能够帮你解决如何将版权移到地图v2的顶部为Android?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1125281.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存