Home › Forums › MapPress Support › Google Maps / Remove Streetview Controls? › Reply To: Google Maps / Remove Streetview Controls?
August 3, 2018 at 6:49 am
#17913
Hi,
I removed the streetviewcontrol=false option because it didn’t seem anyone was using it. I’ll add it back in for the next version, 2.50, which should be released early next week.
You can hide the hamburger menu with CSS:
.mapp-menu-toggle {
display: none;
}