Ver Mensaje Individual
  #8 (permalink)  
Antiguo 26/06/2015, 08:16
karenlorenadg
 
Fecha de Ingreso: octubre-2008
Ubicación: Colombia
Mensajes: 448
Antigüedad: 15 años, 7 meses
Puntos: 2
Respuesta: Geolocalizacion

Ahora intente asi pero tampoco me funciona

Código Javascript:
Ver original
  1. var map;
  2. var marker;
  3.     function init() {
  4.         var mapOptions = {
  5.             center: new google.maps.LatLng(8.8001153,-75.8506026),
  6.             zoom: 15,
  7.             mapTypeId: google.maps.MapTypeId.ROADMAP
  8.         }
  9.         map = new google.maps.Map(document.getElementById("map"),mapOptions);
  10.         var place = new google.maps.LatLng(8.7719441,-75.8659705,17);
  11.         marker = new google.maps.Marker({
  12.             position: place,
  13.             title: "Estacion 1",
  14.             map: map
  15.  
  16. var place = new google.maps.LatLng(8.8001309,-75.8505986,21);
  17.         marker = new google.maps.Marker({
  18.             position: place,
  19.             title: "Estacion 2",
  20.             map: map
  21.         });
  22.     }

Tampoco me funciona
__________________
Desarrollo de Aplicaciones de Escritorio, Sitios Web, Audio y Video en SISGUS

Última edición por karenlorenadg; 26/06/2015 a las 08:17 Razón: Corregi coordenadas