Foros del Web » Creando para Internet » Diseño web »

Agregar Marcador a google map

Estas en el tema de Agregar Marcador a google map en el foro de Diseño web en Foros del Web. Pues tengo el siguiente codigo... Código: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Google Maps JavaScript API ...
  #1 (permalink)  
Antiguo 14/08/2008, 13:34
 
Fecha de Ingreso: noviembre-2003
Mensajes: 403
Antigüedad: 20 años, 5 meses
Puntos: 4
Agregar Marcador a google map

Pues tengo el siguiente codigo...

Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <title>Google Maps JavaScript API Example</title>
    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=MYKEY"
      type="text/javascript"></script>
    <script type="text/javascript">

    //<![CDATA[

    function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));;
	map.addControl(new GMapTypeControl());
        map.setCenter(new GLatLng(40.714728,-73.998672), 17);
      }
    }

    //]]>
    </script>
  </head>
  <body onload="load()" onunload="GUnload()">
    <div id="map" style="width: 500px; height: 300px"></div>
  </body>
</html>
Pero no logro dar con el codigo que me como agregar un marcador en las coordenadas especificadas... ejemplo si deseo agregarun marcador de tipo restaurant.. o algo asi... no logro dar con la forma de hacer... alguien puede ayudarme.???
  #2 (permalink)  
Antiguo 15/08/2008, 22:47
 
Fecha de Ingreso: noviembre-2003
Mensajes: 403
Antigüedad: 20 años, 5 meses
Puntos: 4
Respuesta: Agregar Marcador a google map

alguien? por favor me urje este problema
  #3 (permalink)  
Antiguo 27/04/2009, 17:19
 
Fecha de Ingreso: agosto-2006
Mensajes: 2
Antigüedad: 17 años, 8 meses
Puntos: 0
Respuesta: Agregar Marcador a google map

TE PASO UN INSTRUCTIVO, A MI CUANDO LE KIERO PONER LA MARACACION NO ME HABRE EL MAPA Y LO HAGO TAL CUAL PERO A LO MEJOR A VOS TE SALE

taringa.net/posts/ebooks-tutoriales/2098444/Google-Maps,-toda-la-info-para-ponerlos-en-tu-web_.html

Y EL DE GOOGLE
AGRGALES EL HTTP QUE NO MEDEJA MANDAR ENLACES EL FORO

code.google.com/intl/es-ES/apis/maps/documentation/introduction.html#Loading_the_Maps_API
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 01:48.