tengo que ubicar unos puntos en un map de google maps, hasta el momento tengo lo siguiente
Código HTML:
Ver original
en mapa.js
Código Javascript:
Ver original
function initialize() { var mapProp = { center:new google.maps.LatLng(5.07,-75.52056), zoom:5, mapTypeId:google.maps.MapTypeId.ROADMAP }; var map=new google.maps.Map(document.getElementById("googleMap") ,mapProp); } google.maps.event.addDomListener(window, 'load', initialize);
Código HTML:
Ver original
con php estoy generando este array json
Cita:
como coloco los puntos en el mapa?[{"id":1,"nombre":"OLLETA","longitud":"-75.35410416666670","latitud":"4.89291416666667","v olcan_id":1,"map_id":1,"image_id":5,"descripcion": "","created_at":"2013-10-10 11:46:51","updated_at":"2013-10-10 11:59:46"},{"id":5,"nombre":"EL ALGUACIL","longitud":"-75.35259777777780","latitud":"4.96046944444444","v olcan_id":1,"map_id":1,"image_id":4,"descripcion": "","created_at":"2013-10-10 11:47:36","updated_at":"2013-10-10 14:44:07"},{"id":2,"nombre":"CISNE","longitud":"-75.34563166666670","latitud":"4.84416333333333","v olcan_id":1,"map_id":1,"image_id":5,"descripcion": "","created_at":"2013-10-10 11:47:07","updated_at":"2013-10-10 14:54:58"}]
amigos primero debo mediante javascript atrapar el array json?