On May 19, 5:15 pm, Nick <[email protected]> wrote:
> Thanks Andrew -
>
> It looks like I accidently pasted my code in the wrong spot - I meant
> to post the code after the link... Sorry.
>
> I swapped the code for defining the marker - but still the icons
> remain "standard"
>
> Since I made a change there, do I have to change how I call the Marker
> in the createMarker()?
This is still not correct:
var marker = new GMarker(point, {title:tip}, icons[icontype]);
What Andrew suggested was:
var marker = new GMarker(point, {title:tip, icon:icons[icontype]});
(you have the close "}" in hte wrong place...)
-- Larry
>
> - Nick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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
-~----------~----~----~----~------~----~------~--~---