gpt4 book ai didi

android - 在 Android 中定位 Google map v2 放大控件

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:38:19 24 4
gpt4 key购买 nike

我创建了一个透明的操作栏,但缩放控件和“Google”一词位于它的后面。我不知道如何调整他们的位置。 Android 手机上的默认 Google map 应用程序将它们提升到底部操作栏上方。是否可以重新定位缩放控件和“Google”一词?

我知道您可以启用/禁用控件:

 map.getUiSettings().setZoomControlsEnabled(true);

enter image description here

最佳答案

您可以使用 GoogleMap.setPadding() 来完成此操作方法(2013 年 9 月添加):

map.setPadding(leftPadding, topPadding, rightPadding, bottomPadding);

来自 API 文档:

This method allows you to define a visible region on the map, to signal to the map that portions of the map around the edges may be obscured, by setting padding on each of the four edges of the map. Map functions will be adapted to the padding. For example, the zoom controls, compass, copyright notices and Google logo will be moved to fit inside the defined region, camera movements will be relative to the center of the visible region, etc.

另见 description of how padding works in GoogleMap .

关于android - 在 Android 中定位 Google map v2 放大控件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17412882/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com