Hola
Estoy usando un mapa google con indicacion de direccion: como este:
http://code.google.com/intl/es-ES/ap...ns-simple.html
alguien sabe como se agrega la burbuja con información sobre el punto de destino (b)
el codigo que genera el mapa es:
Código:
<script type="text/javascript">
// Create a directions object and register a map and DIV to hold the
// resulting computed directions
var map;
var directionsPanel;
var directions;
function initialize() {
map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(42.351505,-71.094455), 15);
directionsPanel = document.getElementById("route");
directions = new GDirections(map, directionsPanel);
directions.load("from: 500 Memorial Drive, Cambridge, MA to: 4 Yawkey Way, Boston, MA 02215 (Fenway Park)");
}
</script>
--no se si este post es bien en js pero el codigo que genera el mapa es js--
gracias
saludos