amMap remove home button control

479 Views Asked by At

I am trying to remove all the controls from amMap. I have successfully removed the zoom controls. Is it possible to remove the home button also, I cant find it anywhere?

"zoomControl": {
  "zoomControlEnabled": false,
  "panControlEnabled": false,
},
1

There are 1 best solutions below

0
Bmillerz On BEST ANSWER

Solved. I missed it in the documentation.

"zoomControl": {
    "homeButtonEnabled": false,
    "zoomControlEnabled": false,
    "panControlEnabled": false,
},