Yes they are in local directory. But it is not showing me any custom
icon. It shows me the default marker icon.

On Jul 8, 6:43 pm, "[email protected]" <[email protected]>
wrote:
> On Jul 8, 8:38 pm, Eishita <[email protected]> wrote:
>
>
>
> > Previously I had something like this -
>
> >  var gicons = [];
>
> >             var baseIcon = newGIcon(G_DEFAULT_ICON);
> >             baseIcon.iconAnchor = new GPoint(9,34);
> >             baseIcon.iconSize = new GSize(20,34);
> >             baseIcon.infoWindowAnchor = new GPoint(9,2);
>
> >            gicons["home"] = newGIcon(baseIcon,"yellow.png");
> >            gicons["red"] = newGIcon(baseIcon,"red.png");
> >            gicons["green"] = newGIcon(baseIcon,"green.png");
> >            gicons["blue"] = newGIcon(baseIcon,"blue.png");*/
> > It works fine.
> > Instead of the previous thread I want to re-write it like following -
>
> > var tags = ["home", "red","green", "blue"];
> > var tag_colors = ["yellow.png", "red.png", "green.png", "blue.png"];
>
> >            for(var i=0; i<tags.length; i++){
>
> >               if(tags[i]!=null){
>
> >                    gicons[tags[i]] = new
> >GIcon(baseIcon,tags_colors[i]);
> >               }
> >            }
>
> > But unfortunately it is not working. No idea why.
>
> What do you mean by "not working"?
>
>
>
> > Can anyone help me please?
>
> Link?http://groups.google.com/group/Google-Maps-API/web/suggested-posting-...http://groups.google.com/group/google-maps-api/web/why-including-a-li...
>
> Do the icons exist in the local directory?
>
>   -- Larry

-- 
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