I need to display around 30 markers in a somewhat small area.
Is there a way to resize Google Maps API V2 markers when the user changes the zoom?
Or should I jus
I use extends and fitBounds functions and get positions (LatLng) to set a zoom to map items
//JSP
//JAVASCRIPT
map = new google.maps.Map(document.getElementById('map-canvas-position'), mapOptions);
var arrPointMaps = $("[id^=mapPointsPosition_]");
var limits = new google.maps.LatLngBounds(0,0);
for(var j=0; j