Closed GoogleCodeExporter closed 9 years ago
I have the same problem, icon shadows do not work for custom marker icons.
Original comment by leande...@gmail.com
on 24 Sep 2010 at 4:54
Also experiencing this issue. Too bad.
Original comment by b...@benknight.me
on 21 Oct 2010 at 10:51
shadow icons don't appear for me either
Original comment by dynamica...@gmail.com
on 28 Nov 2010 at 12:36
Quick Fix for the icon shadow problem for custom icons
find the line:
if(icon_shadow!=''){marker_options.icon_shadow = icon_shadow;}
change it to:
if(icon_shadow!=''){marker_options.shadow = icon_shadow;}
done! the shadow icon should appear!
this is a great API!!! excelent work!!
Original comment by draconia...@gmail.com
on 22 Dec 2010 at 11:52
I got exactly the same problems and im sure that im using it right because i
just upgraded from 2.5 to 3.0 but now the directions doesn't show up and the
shadows are broken.
Original comment by Wesleymo...@gmail.com
on 29 Dec 2010 at 12:28
The suggested solution from draconia has been integrated into the api already.
As for directions, checked out these examples of how this could be done - it
should be noted that directions have been greatly enhanced in this version and
the old method is no longer officially supported.
http://www.bradwedell.com/phpgooglemapapi/demos/advanced_marker_directions.php
http://www.bradwedell.com/phpgooglemapapi/demos/advanced_marker_directions_2.php
?tofrom=to&address=Denver%2C+CO
Original comment by b...@mycnl.com
on 25 Sep 2011 at 3:34
Issue 29 has been merged into this issue.
Original comment by b...@mycnl.com
on 25 Sep 2011 at 3:51
Original issue reported on code.google.com by
kerry%ni...@gtempaccount.com
on 17 Sep 2010 at 5:41