How to disable Google Map's Satellite view?

前端 未结 6 1027
孤独总比滥情好
孤独总比滥情好 2020-12-23 15:56

I am working on Google Maps Javascript API V 3.

Everything is working fine but I want to disable the MAP button which appears in the top right area with SATELLITE bu

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-23 16:19

    You can hide them via css

    .gm-style-mtc {
      display: none;
    }
    

提交回复
热议问题