0

Currently I have integrated google maps V2 in my app successfully. In the maps interface, zoom button and compass are standard. Now I want to customize the compass and zoom buttons or simply hide them.

Can I do this? If yes, how? Any help is appreciated.

M-Wajeeh
  • 17,204
  • 10
  • 66
  • 103
Atef Daoud
  • 349
  • 1
  • 2
  • 9

1 Answers1

1

To hide them, call setZoomControlsEnabled(false) and setCompassEnabled(false) methods on your map.

Breadbin
  • 410
  • 4
  • 15