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 : une icone personnalisé sur les placemarks

options: view full snippetsend to code collector
// Define a custom icon.
var icon = ge.createIcon('');
icon.setHref('http://maps.google.com/mapfiles/kml/paddle/red-circle.png');
var style = ge.createStyle(''); //create a new style
style.getIconStyle().setIcon(icon); //apply the icon to the style
placemark.setStyleSelector(style); //apply the style to the placemark
	
(Continues...)