Skip to main content

Home/ foograde/ Group items tagged javascript

Rss Feed Group items tagged

Adán Muguiro

Ejemplo básico Google Maps API v3 - 1 views

  • <html><head><meta name="viewport" content="initial-scale=1.0, user-scalable=no" /><script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=set_to_true_or_false"></script><script type="text/javascript">  function initialize() {    var latlng = new google.maps.LatLng(-34.397, 150.644);    var myOptions = {      zoom: 8,      center: latlng,      mapTypeId: google.maps.MapTypeId.ROADMAP    };    var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);  }</script></head><body onload="initialize()">  <div id="map_canvas" style="width:100%; height:100%"></div></body></html>
  •  
    El clásico Hola, Mundo!
1 - 3 of 3
Showing 20 items per page