Hello, I am using the following code for a custom icon:


var myIcon = new GIcon(G_DEFAULT_ICON);

myIcon.image = "custom_icon.png";

myIcon.iconSize = new GSize(34, 34);

var markerOptions = { icon:myIcon };


>From every website I've gone to and all the pages I've read through on
the custom icons, this all seems like it should work. I don't see
anything else in my code that would seem to not make this work. I've
tried putting this in various positions on the page, but it doesn't
seem to make a difference.


Here is a link to my website with the page:
http://timothywhalin.com/map/map.html
Note: The API code is generated for the map to go on another page -
yes, there is an API error message when it pops up.


Any help on this issue would be great! Been struggling to get this
right and finally asking for help.


Thanks in advance,


Timothy Whalin

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to