People, tell me how to do that the user could not change the scale of the map and could not move it

    1 answer 1

    var mapOptions = { zoom: 4, minZoom: 4, maxZoom: 4, draggable:false }; var map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions);