groups

name language licence
custom css link for RapidWeaver CSS Other
Funciones rapidas Other Other
Bapi moviento de mercancia Other Other
JS/GOOGLE MAPS API : maps animate Other Other
JS/GOOGLE MAPS API : une icone personnalisé sur les placemarks Other Other
JS/HTML/GOOGLE EARTH API : examples plus commentaires Other Other
Test for jQuery - RapidWeaver HTML Other
custom css link for RapidWeaver CSS Other

< 1 2 3 4 5 >



language: Other
licence: Other

JS/GOOGLE MAPS API : maps animate

options: view full snippetsend to code collector
function initialize() {
  if (GBrowserIsCompatible()) {
    var map = new GMap2(document.getElementById("map_canvas"));
    map.setCenter(new GLatLng(37.4419, -122.1419), 13);
    window.setTimeout(function() {
      map.panTo(new GLatLng(37.4569, -122.1569)); //déplace le vue à la coordonée indiqué
    }, 1000);
  }
}?
	
(Continues...)