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.
目前我已经成功地在我的应用程序中集成了谷歌地图 V2。在地图界面中,缩放按钮和指南针是标准配置。现在我想自定义指南针和缩放按钮,或者只是隐藏它们。
我可以这样做吗?如果是,如何?任何帮助表示赞赏。
要隐藏它们,请在地图上调用 setZoomControlsEnabled(false) 和 setCompassEnabled(false) 方法。