I’m trying to make a more clean map.
Found this here on the forum: Making displayed Map more simple
This removes the Map/Satellite buttons but not the +/- buttons: <style> .gm-style-mtc { display: none !important; } </style>
Added this to the header which I found here: <div id="mapA"></div> <script> function initMap() { var map = new google.maps.Map(document.getElementById('mapA'), { disableDefaultUI: true }); } </script>
Could someone please help me point me in the right direction?