Noto che google maps imposta la grandezza dei marker a modo suo.
Come posso fare per impostarla come dico io?
Questo e' il codice che uso:
codice:var icon = []; function createMarker(point, description, hotel) { var thisHotel = "<?=$hotel_selezionato?>"; if (thisHotel==hotel){ icon["topix"] = new GIcon(G_DEFAULT_ICON, "fig/marker.png"); //alert("arancione"); } else { icon["topix"] = new GIcon(G_DEFAULT_ICON, "fig/marker-blu.png"); //alert("blu"); }