Kód: Vybrat vše
<html>
<head>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script type="text/javascript">
function initialize() {
var myOptions = {
zoom: 8,
center: new google.maps.LatLng(-27.463347, 153.02496),
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById('map_canvas'), myOptions);
var options = {
position: new google.maps.LatLng(-27.463347, 153.02496)
};
var marker = new google.maps.Marker(options);
marker.setMap(map);
}
</script>
</head>
<body onload="initialize();">
<div id="map_canvas"></div>
</body>
<html>
nevite nekdo co mam spatne/ co s tim?
Diky za kazdou odpoved
--- Doplnění předchozího příspěvku (19 Kvě 2013 13:45) ---
Vyreseno. Stacilo do canavasu mapy pridat:style="height:100%; margin: 0; padding: 0;" a jede