Yo no se como puedes hacerlo en Google Maps, pero en Google-Earth un icono se puede hacer
transparente del siguiente modo:
Code:: |
<Style id="s_ylw-pushpin3100">
<IconStyle>
[b]<color>00fff</color>[/b]
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
|
Ese color: <color>
00fff</color> el "00" corresponde con la "opacidad", donde 00 es cero de opacidad, es decir
transparente.