How to move the Android Google Maps API Compass Position

前端 未结 7 1571
太阳男子
太阳男子 2020-12-05 13:57

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

相关标签:
7条回答
  • 2020-12-05 14:49

    Use GoogleMap.setPadding() method:

    https://developers.google.com/maps/documentation/android/map#map_padding

    0 讨论(0)
提交回复
热议问题