Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想更改 Google 地图表单中加号和减号按钮的位置。这可能吗,有什么想法吗?
AFAIK,目前这是不可能的。您可以使用缩放控件配置的唯一内容是它们是否显示以及您是否可以使用缩放手势。
看看这个文档:
https://developers.google.com/maps/documentation/android/reference/com/google/android/gms/maps/UiSettings
与缩放控件相关的方法是:
public void setZoomGesturesEnabled public void setZoomControlsEnabled
设置手势和控制状态,并且:
public boolean isZoomControlsEnabled public boolean isZoomGesturesEnabled
得到他们的状态。