How to disable Google Map's Satellite view?

前端 未结 6 1029
孤独总比滥情好
孤独总比滥情好 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:11

    I had the same issue. Setting mapTypeControl: false and passing with other options worked for me. You may check spec here.

提交回复
热议问题