SWEET!! Yes that worked awesome!
On Jun 18, 5:31 pm, Ralph Ames <[email protected]> wrote:
> >Sorry, i misunderstood your first response. I went to my code and
> >tried pasting in what you wrote, but now my two test markers do not
> >show up at all. Not sure what happened or why.
>
> Like this
>
> function createMarker(point, iconname, info) {
> var icon = new GIcon(baseIcon);
> icon.image = iconname.getAttribute("image");
> var marker = new GMarker(point,{title:'park'});
>
> //GEvent.addListener(marker, "mouseover", function() {
> //marker.openInfoWindow("Park");
>
> //});
>
> return marker;
> }
>
> Ralph
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---