Finding it hard to get clear information on this but what I am trying to achieve is fitBounds on visible markers.
The Array defines the title, category, lat/long and hre
enter code hereif(markers[marker_id].getMap() != null ) { document.getElementById('markerlar').innerHTML += '' +marker_id+''+markers[marker_id].position+''; //markers[marker_id].setMap(null); }
enter code here