本文介绍了如何移动Android Google Maps API指南针位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人知道您是否可以更改地图中的指南针位置吗?
Does anyone know if you can change the compass position within the map?
我能找到的只是如何启用或禁用.但是我需要将其向下移动一点,以使我的覆盖物不会阻塞它.
All I can find is how to enable or disable it. But I need to move it down a bit so my overlay is not obstructing it.
推荐答案
使用GoogleMap.setPadding()方法:
Use GoogleMap.setPadding() method:
https://developers.google.com/maps/documentation/android/map#map_padding
这篇关于如何移动Android Google Maps API指南针位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!