How to move the Android Google Maps API Compass Position

前端 未结 7 1573
太阳男子
太阳男子 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

提交回复
热议问题